From 06e7baa3fb12979c60b6c5ba59322d33a73e3e58 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 24 Feb 2010 13:39:34 +0100 Subject: Bug 547496: Add IDs to some form elements r=pyrzak a=LpSolit --- template/en/default/global/tabs.html.tmpl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'template/en/default/global/tabs.html.tmpl') diff --git a/template/en/default/global/tabs.html.tmpl b/template/en/default/global/tabs.html.tmpl index 4f363c222..85556c482 100644 --- a/template/en/default/global/tabs.html.tmpl +++ b/template/en/default/global/tabs.html.tmpl @@ -35,9 +35,13 @@ [% FOREACH tab = tabs %] [% IF tab.name == current_tab_name %] - [% tab.label FILTER html %] + + [% tab.label FILTER html %] [% ELSE %] - [% tab.label FILTER html %] + + [% tab.label FILTER html %] + [% END %] [% END %] -- cgit v1.2.3-24-g4f1b