Fix a syntax error I created earlier in the day for fax viewer.

This commit is contained in:
Mark Crane 2013-09-19 12:05:25 +00:00
parent 2edafee9d8
commit 49dce9c104
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ else {
echo " <table width=\"100%\" border=\"0\" cellpadding=\"5\" cellspacing=\"0\">\n";
echo " <tr>\n";
echo " <td align='left'>\n";
echo " <span class=\"vexpl\"><span class=\"title\">$text['label-inbox'] $fax_extension</span>\n";
echo " <span class=\"vexpl\"><span class=\"title\">".$text['label-inbox']." ".$fax_extension."</span>\n";
echo " </td>\n";
echo " <td align='right'>";
if ($v_path_show) {