From f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0 Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Fri, 26 Apr 2002 05:35:14 +0000 Subject: Fix for bug 140161: Prevents function call from displaying its return value, which we don't need. Patch by Myk Melez . 2xr=gerv --- template/en/default/global/footer.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en') diff --git a/template/en/default/global/footer.html.tmpl b/template/en/default/global/footer.html.tmpl index 07fde14e9..8b3af59a4 100644 --- a/template/en/default/global/footer.html.tmpl +++ b/template/en/default/global/footer.html.tmpl @@ -24,4 +24,4 @@ -[% SyncAnyPendingShadowChanges() %] +[% CALL SyncAnyPendingShadowChanges() %] -- cgit v1.2.3-24-g4f1b