Skip to content

Commit

Permalink
Applied recent validation fix on minor branch
Browse files Browse the repository at this point in the history
  • Loading branch information
trustmaster committed Feb 23, 2009
1 parent bb1e790 commit d3dcbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/page/page.inc.php
Expand Up @@ -257,7 +257,7 @@
$pag['page_fileicon'] = "images/pfs/".mb_strtolower(mb_substr($pag['page_url'], $dotpos, 5)).".gif";
if (!file_exists($pag['page_fileicon']))
{ $pag['page_fileicon'] = "images/admin/page.gif"; }
$pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\">";
$pag['page_fileicon'] = "<img src=\"".$pag['page_fileicon']."\" alt=\"\" />";
}
else
{ $pag['page_fileicon'] = ''; }
Expand Down

0 comments on commit d3dcbc5

Please sign in to comment.