summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/marvin/marvin.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index ddc4cb642..fc3f5580b 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -28,7 +28,7 @@
<title>
<?php
if ($title) {
- print $title . " - " variable_get("site_name", "drupal");
+ print $title ." - ". variable_get("site_name", "drupal");
}
else {
print variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", "");