diff options
| -rw-r--r-- | data/templates/bottom.inc.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 '<a href="'.createURL('about').'">'.T_('About').'</a>';  echo ' - ';  echo T_("Propulsed by "); -echo "<a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>"; +echo " <a href=\"https://sourceforge.net/projects/semanticscuttle/\">SemanticScuttle</a>";  if($GLOBALS['enableWebsiteThumbnails']) {  	// Licence to the thumbnails provider (OBLIGATORY IF YOU USE ARTVIPER SERVICE) | 
