From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 10 Feb 2008 17:26:52 +0000 (+0000) Subject: Reduce superfluous white space by not marking X-Git-Tag: v_3_0_9~241 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/static/developer-manual/@default-cgi@show-url-info?a=commitdiff_plain;h=d290e4581d66c47b24d7250b6d978fca9e487013;p=privoxy.git Reduce superfluous white space by not marking up the final results list as paragraph. --- 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@ -->