diff --git a/themes/marvin/marvin.theme b/themes/marvin/marvin.theme
index ddc4cb642c6822ddcfe122a149a7ecba2b1f5834..fc3f5580b148da966831a7531986a0d30247083d 100644
--- a/themes/marvin/marvin.theme
+++ b/themes/marvin/marvin.theme
@@ -28,7 +28,7 @@ function header($title = "") {
       <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", "");