summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/footer.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2002-04-26 07:35:14 +0200
committermyk%mozilla.org <>2002-04-26 07:35:14 +0200
commitf660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0 (patch)
treef399e48fede6407f1840b470da1ac3d9fcc81e48 /template/en/default/global/footer.html.tmpl
parent0645b0f60bf45d0bb04a924d69d7057b09646bff (diff)
downloadbugzilla-f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0.tar.gz
bugzilla-f660ec1ccef3c33e9e8bc9d67d9fb6df07d463c0.tar.xz
Fix for bug 140161: Prevents function call from displaying its return value, which we don't need.
Patch by Myk Melez <myk@mozilla.org>. 2xr=gerv
Diffstat (limited to 'template/en/default/global/footer.html.tmpl')
-rw-r--r--template/en/default/global/footer.html.tmpl2
1 files changed, 1 insertions, 1 deletions
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 @@
</body>
</html>
-[% SyncAnyPendingShadowChanges() %]
+[% CALL SyncAnyPendingShadowChanges() %]