diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/useful-links.html.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index cd485ad8f..66e942802 100644 --- a/template/en/default/global/useful-links.html.tmpl +++ b/template/en/default/global/useful-links.html.tmpl @@ -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> |