• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

allura


コミットメタ情報

リビジョン462c102625305d32b227cf95e4eec25e1fbcd458 (tree)
日時2010-10-29 01:42:00
作者Jenny Steele <jsteele@geek...>
コミッターJenny Steele

ログメッセージ

[#1091] Fix for flash messages being escaped

変更サマリ

差分

--- 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>