From cf44f00b56d29c994137d9830a595156cde1924e Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 24 Jan 2007 08:39:46 +0000 Subject: [PATCH] =?utf8?q?Bug=20367894:=20Missing=20separator=20after=20th?= =?utf8?q?e=20"Sanity=20Check"=20link=20in=20the=20footer=20when=20the=20u?= =?utf8?q?ser=20has=20editcomponents=20privs=20only=20-=20Patch=20by=20Fr?= =?utf8?q?=C3=83=C2=A9d=C3=83=C2=A9ric=20Buclin=20=20r?= =?utf8?q?=3Dmyk=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/global/useful-links.html.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl index cd485ad8f3..66e9428026 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 %]
  • [% sep %]Sanity Check
  • + [% sep = "| " %] [% END %] [% IF user.groups.editusers || user.can_bless %]
  • [% sep %]Users
  • -- 2.47.2