]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1308333 - Make #user-story work on the old UI
authorDylan William Hardison <dylan@hardison.net>
Thu, 6 Oct 2016 22:26:56 +0000 (18:26 -0400)
committerDylan William Hardison <dylan@hardison.net>
Thu, 6 Oct 2016 22:26:56 +0000 (18:26 -0400)
extensions/UserStory/template/en/default/hook/bug/comments-comment_banner.html.tmpl

index 6a7770066e5c86ed73064a3e2452c02a6f7daad1..e276e312733aef6e900a59f91ead2743a6e439e2 100644 (file)
@@ -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>