summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorGuillaume Mazoyer <respawneral@gmail.com>2014-08-04 12:08:37 +0200
committerGuillaume Mazoyer <respawneral@gmail.com>2014-08-04 12:08:37 +0200
commitfe4dcd4ad1af602d63c6a24b891f79eb2e2538e8 (patch)
treee06bcea79c42c83ed7e76d32f4273910544d6b3d /index.php
parent28b33f38436069f8b15ea1c51099f2184f5dbef6 (diff)
Split IPv4 and IPv6 results.
Show the executed command for each output.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 78c837c..5eef817 100644
--- a/index.php
+++ b/index.php
@@ -144,7 +144,7 @@ final class LookingGlass {
print '</div>';
print '</div>';
print '<div class="result">';
- print '<pre class="pre-scrollable" id="output"></pre>';
+ print '<div id="output"></div>';
print '<div class="reset">';
print '<button class="btn btn-danger btn-block" id="backhome">Reset</button>';
print '</div>';