Xen 1 년 전
부모
커밋
f3d208d1cc
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      www/index.php

+ 3 - 1
www/index.php

@@ -78,12 +78,14 @@ function clean_str($str) {
 		</a>
 		.
 	</p>
+	
 	<?php
 	if($section) {
 		$section_title = explode(" - ", strtoupper($feed->get_title()));
-		echo '<h2 syle="text-align: center;">' . $section_title[0]  . " NEWS</h2>";
+		echo '<h2 style="text-align: center;">' . $section_title[0]  . " NEWS</h2>";
 	}
 	?>
+	
 	<p style="text-align: center; font-size: small;">
 		<a href="index.php?loc=<?php echo $loc ?>">TOP</a>
 		<a href="index.php?section=world&loc=<?php echo strtoupper($loc) ?>">WORLD</a>