From d290e4581d66c47b24d7250b6d978fca9e487013 Mon Sep 17 00:00:00 2001 From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 10 Feb 2008 17:26:52 +0000 Subject: [PATCH] Reduce superfluous white space by not marking up the final results list as paragraph. --- templates/show-url-info | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/show-url-info b/templates/show-url-info index ac269b70..06f4b94a 100644 --- a/templates/show-url-info +++ b/templates/show-url-info @@ -27,6 +27,9 @@ # # Revisions : # $Log: show-url-info,v $ +# Revision 1.23 2008/02/01 06:04:31 fabiankeil +# If edit buttons on the show-url-info CGI page are hidden, explain why. +# # Revision 1.22 2007/12/08 14:29:06 fabiankeil # Use CSS to let the URL and pattern input fields scale with # the browser width and try to prevent vertical scroll bars @@ -232,7 +235,7 @@ <tr> <td class="box"> <h2>Final results:</h2> - <p><b>@final@</b></p> + <b>@final@</b> </td> </tr> <!-- if-valid-url-end@ --> -- 2.49.0