always go to new line for device location on device down box on frontpage

git-svn-id: http://www.observium.org/svn/observer/trunk@1029 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-03-15 15:26:20 +00:00
parent 662a5d0acb
commit 1f5e551ee5
+1 -1
View File
@@ -30,7 +30,7 @@ $sql = mysql_query("SELECT * FROM `devices` AS D, devices_perms AS P WHERE D.dev
while($device = mysql_fetch_array($sql)){
generate_front_box("alert", "<center><strong>".generatedevicelink($device, shorthost($device['hostname']))."</strong><br />
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Device Down</span>
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Device Down</span> <br />
<span class=body-date-1>".truncate($device['location'], 20)."</span>
</center>");