cleanup html entities etc, to make htmltidy a bit happier (but not blissful at all yet)

git-svn-id: http://www.observium.org/svn/observer/trunk@1981 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2011-03-28 09:11:05 +00:00
parent 340c71b2e7
commit f7ecdd3bac
42 changed files with 309 additions and 309 deletions

View File

@@ -122,7 +122,7 @@ if ($config['show_locations'])
{
if ($row['location'] != '')
{
echo(' <li><a href="?page=devices&location=' . urlencode($row['location']) . '"><img src="images/16/building.png" border="0" align="absmiddle" /> ' . $row['location'] . ' </a></li>');
echo(' <li><a href="?page=devices&amp;location=' . urlencode($row['location']) . '"><img src="images/16/building.png" border="0" align="absmiddle" /> ' . $row['location'] . ' </a></li>');
}
}
?>