From 6c51d561b6c2ee2708335b3c312afb20a6f9acae Mon Sep 17 00:00:00 2001 From: cweiske Date: Fri, 29 Jan 2010 07:29:52 +0000 Subject: fix missing space git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@624 b3834d28-1941-0410-a4f8-b48e95affb8f --- data/templates/bottom.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/templates/bottom.inc.php b/data/templates/bottom.inc.php index 6ce3f40..0c966a2 100644 --- a/data/templates/bottom.inc.php +++ b/data/templates/bottom.inc.php @@ -5,7 +5,7 @@ echo ''.T_('About').''; echo ' - '; echo T_("Propulsed by "); -echo "SemanticScuttle"; +echo " SemanticScuttle"; if($GLOBALS['enableWebsiteThumbnails']) { // Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE) -- cgit v1.2.3