fixed buf using translations
This commit is contained in:
@@ -111,7 +111,7 @@ require_once "resources/header.php";
|
||||
|
||||
if (strlen($row[rss_order]) > 0) {
|
||||
echo "<tr>";
|
||||
echo " <td valign='top'>".text['label-order'].": </td>";
|
||||
echo " <td valign='top'>".$text['label-order'].": </td>";
|
||||
echo " <td valign='top'>".$row[rss_order]."</td>";
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user