commit db65b00e3e5dcf010f988ec787dff18323668181 Author: Christian Fromme kaner@strace.org Date: Mon Jan 28 08:58:09 2013 +0100
Apply patch for #4071 by Matt Kraai (Thanks!): Remove newline --- weather/templates/base.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/weather/templates/base.html b/weather/templates/base.html index 81b8ba3..022af25 100644 --- a/weather/templates/base.html +++ b/weather/templates/base.html @@ -16,8 +16,7 @@ <div id="center"> <div id="banner"> <a href="https://www.torproject.org/"><img - src="/media/top-left.png" alt="Click to - go to home page" width="193" height="79" /></a> + src="/media/top-left.png" alt="Click to go to home page" width="193" height="79" /></a> <img src="/media/top-right.png" /> </div>
tor-commits@lists.torproject.org