Browse Source

Update header.php

FusionPBX 2 years ago
parent
commit
5ed35f9420
1 changed files with 3 additions and 3 deletions
  1. 3 3
      header.php

+ 3 - 3
header.php

@@ -26,8 +26,8 @@
 */
 
 //add multi-lingual support
-	$language = new text;
-	$text = $language->get();
+$language = new text;
+$text = $language->get();
 
 echo "<html>";
 echo "<head>";
@@ -85,4 +85,4 @@ echo "</head>";
 echo "<body style='margin: 0; padding: 5px;'>";
 echo "<div align='center'>";
 
-?>
+?>