From 4beabca98b78dc832f53bb31d96a2afe55bc0303 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sat, 14 Jan 2006 17:35:58 +0100 Subject: better_xhtml_compliance_1.patch darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz --- inc/pluginutils.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/pluginutils.php') diff --git a/inc/pluginutils.php b/inc/pluginutils.php index 4c81f9abb..2b1dd4aa8 100644 --- a/inc/pluginutils.php +++ b/inc/pluginutils.php @@ -29,7 +29,7 @@ function plugin_printCSSJS(){ print ' '."\n"; } if(@file_exists(DOKU_INC.$dir.'script.js')){ - print ' '."\n"; + print ' '."\n"; } } else { // no plugin manager (or aggregate files not setup) so individual instances of these files for any plugin that uses them @@ -46,7 +46,7 @@ function plugin_printCSSJS(){ print ' '."\n"; } if(@file_exists(DOKU_INC.$dir.'script.js')){ - print ' '."\n"; + print ' '."\n"; } } } -- cgit v1.2.3