diff options
author | Dylan William Hardison <dylan@hardison.net> | 2016-10-07 00:26:56 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2016-10-07 00:26:56 +0200 |
commit | f2eb2582feb02f97f270be30793188ab552b7406 (patch) | |
tree | 0b822a61a2a0630ca3f5c0b97ebba641a34dbe33 /extensions/UserStory/template/en | |
parent | 12516232dbc08af68e7b9e63d1639d8e0c353737 (diff) | |
download | bugzilla-f2eb2582feb02f97f270be30793188ab552b7406.tar.gz bugzilla-f2eb2582feb02f97f270be30793188ab552b7406.tar.xz |
Bug 1308333 - Make #user-story work on the old UI
Diffstat (limited to 'extensions/UserStory/template/en')
-rw-r--r-- | extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl | 2 |
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> |