소스 검색

added html <strong> tag where missing

Nuno Miguel Reis 12 년 전
부모
커밋
6a4136552b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      contacts.php

+ 1 - 1
contacts.php

@@ -63,7 +63,7 @@ require_once "resources/paging.php";
 	echo "<table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
 	echo "	<tr>\n";
 	echo "	<td align=\"left\" valign=\"top\">\n";
-	echo "		<span class='title'>".$text['header-contacts']."</span><br>\n";
+	echo "		<span class='title'><strong>".$text['header-contacts']."</strong></span><br>\n";
 	echo "		".$text['description-contacts']."<br /><br />\n";
 	echo "	</td>\n";
 	echo "	<form method=\"GET\" name=\"frm_search\" action=\"\">\n";