From cdbcb2778a8aef8ad4677056c42cb3caad18cd0c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 28 Jan 2014 01:39:24 +0400 Subject: move Zoom stylesheet to a separate file update stylesheet/javascript tag helpers to return output instead of printing it --- prefs.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index 6c203bd2a..75b8c116d 100644 --- a/prefs.php +++ b/prefs.php @@ -32,15 +32,15 @@ Tiny Tiny RSS : <?php echo __("Preferences") ?> - - + + @@ -57,7 +57,7 @@ "lib/dojo/tt-rss-layer.js", "errors.php?mode=js") as $jsfile) { - javascript_tag($jsfile); + echo javascript_tag($jsfile); } ?> -- cgit v1.2.3