Bug 20772: (QA follow-up) Add a missing html filter
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
925f4ca1da
commit
b097c69522
1 changed files with 1 additions and 1 deletions
|
@ -433,7 +433,7 @@
|
|||
</li>
|
||||
<li class="price_paid">
|
||||
<label class="price_paid">Price paid:</label>
|
||||
<input name="price_paid" id="price_paid" type="text" value="[% request.price_paid %]">
|
||||
<input name="price_paid" id="price_paid" type="text" value="[% request.price_paid | html %]">
|
||||
</li>
|
||||
<li class="req_id">
|
||||
<label class="req_id">Request number:</label>
|
||||
|
|
Loading…
Reference in a new issue