fixed buf using translations

This commit is contained in:
Nuno Miguel Reis
2013-07-29 17:22:25 +00:00
parent fec419a3da
commit 1e0ceaceb2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ require_once "resources/header.php";
if (strlen($row[rss_order]) > 0) {
echo "<tr>";
echo " <td valign='top'>".text['label-order'].": &nbsp;</td>";
echo " <td valign='top'>".$text['label-order'].": &nbsp;</td>";
echo " <td valign='top'>".$row[rss_order]."</td>";
echo "</tr>";
}