summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-10-07 00:26:56 +0200
committerDylan William Hardison <dylan@hardison.net>2016-10-07 00:26:56 +0200
commitf2eb2582feb02f97f270be30793188ab552b7406 (patch)
tree0b822a61a2a0630ca3f5c0b97ebba641a34dbe33
parent12516232dbc08af68e7b9e63d1639d8e0c353737 (diff)
downloadbugzilla-f2eb2582feb02f97f270be30793188ab552b7406.tar.gz
bugzilla-f2eb2582feb02f97f270be30793188ab552b7406.tar.xz
Bug 1308333 - Make #user-story work on the old UI
-rw-r--r--extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl
index 6a7770066..e276e3127 100644
--- a/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl
+++ b/extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl
@@ -43,7 +43,7 @@
[% IF bug.cf_user_story != "" %]
<div id="user_story_readonly" class="bz_comment">
- <pre class="bz_comment_text">
+ <pre id="user-story" class="bz_comment_text">
[%- bug.cf_user_story FILTER quoteUrls(bug) -%]
</pre>
</div>