소스 검색

Missing closing bracket

Signed-off-by: illori <illori@simplemachines.org>
Illori 12 년 전
부모
커밋
b8df16359b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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" />';