• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision462c102625305d32b227cf95e4eec25e1fbcd458 (tree)
Zeit2010-10-29 01:42:00
AutorJenny Steele <jsteele@geek...>
CommiterJenny Steele

Log Message

[#1091] Fix for flash messages being escaped

Ändern Zusammenfassung

Diff

--- a/Allura/allura/templates/jinja_master/master.html
+++ b/Allura/allura/templates/jinja_master/master.html
@@ -74,7 +74,7 @@
7474 <div class="column grid_{{outer_width}} pad">
7575 {% set flash = tg.flash_obj.render('flash', use_js=False) %}
7676 {% if flash %}
77- <div>{{flash}}</div>
77+ <div>{{flash | safe}}</div>
7878 {% endif %}
7979 <h1 class="title">{% block header %}{% endblock %}</h1>
8080 <div class="actions">{% block actions %}{% endblock %}</div>