diff --git a/e107_core/templates/print_template.php b/e107_core/templates/print_template.php
index 0dec5b9d57..6a06705432 100644
--- a/e107_core/templates/print_template.php
+++ b/e107_core/templates/print_template.php
@@ -5,6 +5,6 @@
{LOGO: h=100}
{TEXT}
- {BUTTON}
+ {BUTTON}
';
diff --git a/print.php b/print.php
index f4ea24dbbe..8e749af742 100644
--- a/print.php
+++ b/print.php
@@ -109,7 +109,7 @@
//$print_text = ob_get_flush();
$print_text .= "
".
- LAN_PRINT_303."".SITENAME."
+ LAN_PRINT_303." ".SITENAME."
".$newsUrl."
";