added html <strong> tag where missing

This commit is contained in:
Nuno Miguel Reis
2013-10-17 22:07:25 +00:00
parent a76f3c050d
commit 8d81f349f5
4 changed files with 9 additions and 9 deletions

View File

@@ -161,7 +161,7 @@ require_once "resources/paging.php";
echo "<table width=\"100%\" border=\"0\" cellpadding=\"6\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"title\">".$text['title'].":</span><br />\n";
echo " <span class=\"title\"><strong>".$text['title'].":</strong></span><br />\n";
echo " ".$text['description']."\n";
echo " </td>\n";
echo " </tr>\n";