• 
      

    Fix a bad call to {% definevar %}.

    Review Request #14725 — Created Dec. 4, 2025 and submitted

    Information

    Review Board
    release-7.1.x

    Reviewers

    We had a call to {% definevar %} that included the argument
    stripped. This should have been strip. The recent changes made it a
    fatal error to pass the wrong argument, causing this to error out.

    This change fixes the call to correctly use strip instead.

    Unit tests pass.

    Summary ID
    Fix a bad call to {% definevar %}.
    We had a call to `{% definevar %}` that included the argument `stripped`. This should have been `strip`. The recent changes made it a fatal error to pass the wrong argument, causing this to error out. This change fixes the call to correctly use `strip` instead.
    8c9e18e42bff7f6fb36604460f5f04676e8765e4
    david
    1. Ship It!
    2. 
        
    chipx86
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-7.1.x (7b92e7c)