projects
/
racktables
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbadbb3
)
r1842 + fix IPv4 address link rendering
author
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 31 Mar 2008 18:25:28 +0000
(18:25 +0000)
committer
Denis Ovsienko
<infrastation@yandex.ru>
Mon, 31 Mar 2008 18:25:28 +0000
(18:25 +0000)
inc/interface.php
patch
|
blob
|
blame
|
history
diff --git
a/inc/interface.php
b/inc/interface.php
index db4d75b47d17b4e05d67607fd6ab8f19be1a3b5a..d40677d3830efcef06c3119b3f619a726331ae22 100644
(file)
--- a/
inc/interface.php
+++ b/
inc/interface.php
@@
-2704,7
+2704,7
@@
function renderSearchResults ()
echo '<tr><th>Address</th><th>Descritpion</th></tr>';
foreach ($what as $addr)
{
- echo "<tr class=row_${order}><td class=tdleft><a href='${root}?page=ipaddress&i
d
=${addr['ip']}'>";
+ echo "<tr class=row_${order}><td class=tdleft><a href='${root}?page=ipaddress&i
p
=${addr['ip']}'>";
echo "${addr['ip']}</a></td>";
echo "<td class=tdleft>${addr['name']}</td></tr>";
$order = $nextorder[$order];