]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1474026 - Double HTML escaping in crash signature update
authorKohei Yoshino <kohei.yoshino@gmail.com>
Tue, 17 Jul 2018 14:05:45 +0000 (10:05 -0400)
committerDylan William Hardison <dylan@hardison.net>
Tue, 17 Jul 2018 14:05:45 +0000 (10:05 -0400)
extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl
extensions/BugModal/template/en/default/bug_modal/edit.html.tmpl
extensions/BugmailFilter/template/en/default/account/prefs/bugmail_filter.html.tmpl

index 51919ab27154f2b0f7040b7e71fadf92b2f20667..883393fba669b404022cd8fb0bf9f29d4819f0c5 100644 (file)
           value FILTER bug_list_link;
 
         ELSE;
-          value FILTER truncate(256, '&hellip;') FILTER html;
+          value FILTER truncate(256, '') FILTER html;
 
         END;
     END;
index b61e742b46ab8d9e3d0531b40bb121c2eceb7228..d82e1a684d62254dab30aa1c0f639af2b599bc77 100644 (file)
 [%
   sub = [];
   IF bug.status_whiteboard != "";
-    sub.push("Whiteboard: " _ bug.status_whiteboard.truncate(256, '&hellip;'));
+    sub.push("Whiteboard: " _ bug.status_whiteboard.truncate(256, ''));
   END;
   IF bug.cf_crash_signature != "";
     sub.push("crash signature");
index bb1381c46e91eb95f25ddd6e6396fb89f0efb644..ff64f832322cb0f00ad21a96315193e43fb773b0 100644 (file)
@@ -221,7 +221,7 @@ var cpts = new Array();
     [% FOREACH flag = type.flags %]
       [% IF flag_count > 10 && loop.count == 10 %]
         <span id="show_all">
-          &hellip;
+          …
           (<a href="#" onclick="showAllFlags(); return false">show all</a>)
         </span>
         <span id="all_flags" class="bz_default_hidden">