Fix a bad call to {% definevar %}.

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

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
Checks run (2 succeeded)
flake8 passed.
JSHint passed.
david
  1. Ship It!
  2.