From f3b6e880a28c2f7fbe62702f5557f8b32fc10ca0 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Wed, 22 May 2002 00:53:03 +0000 Subject: Fix for bug 47251: Make HTML output HTML 4.01 Transitional compliant. Patch by mental . r=justdave,myk --- template/en/default/bug/dependency-graph.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template/en/default/bug/dependency-graph.html.tmpl') diff --git a/template/en/default/bug/dependency-graph.html.tmpl b/template/en/default/bug/dependency-graph.html.tmpl index 3266f5fd7..8206a847b 100644 --- a/template/en/default/bug/dependency-graph.html.tmpl +++ b/template/en/default/bug/dependency-graph.html.tmpl @@ -38,7 +38,7 @@ [% IF NOT multiple_bugs AND NOT doall %] [% title = "$title for bug $bug_id" - h1 = "$h1 for bug $bug_id" + h1 = "$h1 for bug $bug_id" %] [% END %] @@ -54,7 +54,7 @@ [% ELSE %] - + [% END %] -- cgit v1.2.3-24-g4f1b