summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Hostbase/hostbase/webtemplates/host.html')
-rw-r--r--src/lib/Server/Hostbase/hostbase/webtemplates/host.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/Server/Hostbase/hostbase/webtemplates/host.html b/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
index a9ec9014b..43baa14c6 100644
--- a/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
+++ b/src/lib/Server/Hostbase/hostbase/webtemplates/host.html
@@ -131,8 +131,12 @@
<td> $ip.ip_addr</td></tr>
#end for
#end for
- <tr> <td> <b>comments</b></td>
- <td> $host.comments</td></tr>
+ <tr> <td valign="top"> <b>comments</b></td>
+ <td>
+ #for $line in $host.comments.split("\n")
+ $line<br>
+ #end for
+ </td></tr>
</table>
<a style="font-size:75%" href="/hostbase/$host.id/dns/">see detailed DNS information for this host</a>