]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 367894: Missing separator after the "Sanity Check" link in the footer when the...
authorlpsolit%gmail.com <>
Wed, 24 Jan 2007 08:39:46 +0000 (08:39 +0000)
committerlpsolit%gmail.com <>
Wed, 24 Jan 2007 08:39:46 +0000 (08:39 +0000)
template/en/default/global/useful-links.html.tmpl

index cd485ad8f3912c8088e72a170261ab52fd06b6b0..66e9428026a7b52a9deb0990b07c1d11f699bb5b 100644 (file)
@@ -51,6 +51,7 @@
         [% END %]
         [% IF user.groups.editcomponents %]
           <li><span class="separator">[% sep %]</span><a href="sanitycheck.cgi">Sanity Check</a></li>
+          [% sep = "| " %]
         [% END %]
         [% IF user.groups.editusers || user.can_bless %]
           <li><span class="separator">[% sep %]</span><a href="editusers.cgi">Users</a></li>