fixed errors when run_tests.sh --makemessages
The change Ibf2036d5bbc4c478fcb912f6335104356e8f1317 causes run_tests.sh --makemessages failure. Make the errors go way. Closes-Bug: #1379054 Change-Id: I66b68099561bdd451321c7c31391f30827121e7c
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<dt>{{ info_key }}</dt>
|
<dt>{{ info_key }}</dt>
|
||||||
{% for key, val in info_val.items %}
|
{% for key, val in info_val.items %}
|
||||||
<dd>
|
<dd>
|
||||||
{% blocktrans %}{{ key }}: {% autoescape off %}{{ val }}{% endautoescape %}{% endblocktrans %}
|
{% autoescape off %} {% blocktrans %}{{ key }}:{{ val | safe }} {% endblocktrans %} {% endautoescape %}
|
||||||
</dd>
|
</dd>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Reference in New Issue
Block a user