Browse Source

Missing closing bracket

Signed-off-by: illori <[email protected]>
Illori 11 years ago
parent
commit
b8df16359b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Themes/default/index.template.php

+ 2 - 1
Themes/default/index.template.php

@@ -113,7 +113,8 @@ function template_html_above()
 	{
 		echo '
 		<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/rtl.css?alp21" />';
-
+	}
+	
 	if (!empty($context['theme_variant']))
 		echo '
 		<link rel="stylesheet" type="text/css" href="', $settings['theme_url'], '/css/rtl', $context['theme_variant'], '.css?alp21" />';