
commit c7e00ba44a45bee83e70ce81bb312dbc217f6fe2 Author: aagbsn <aagbsn@extc.org> Date: Wed Mar 27 03:35:04 2013 +0000 Fix tags in templates * Remove extra </div> and <hr> --- lib/bridgedb/templates/base.html | 1 - lib/bridgedb/templates/bridges.html | 3 +-- lib/bridgedb/templates/captcha.html | 1 - lib/bridgedb/templates/index.html | 1 - 4 files changed, 1 insertions(+), 5 deletions(-) diff --git a/lib/bridgedb/templates/base.html b/lib/bridgedb/templates/base.html index adbc81c..4abf52f 100644 --- a/lib/bridgedb/templates/base.html +++ b/lib/bridgedb/templates/base.html @@ -54,7 +54,6 @@ ${self.body()} help@rt.torproject.org</a>""")}</p> </div> </div> -</div> <hr> <div class="footer"> diff --git a/lib/bridgedb/templates/bridges.html b/lib/bridgedb/templates/bridges.html index 71e3050..53d8d32 100644 --- a/lib/bridgedb/templates/bridges.html +++ b/lib/bridgedb/templates/bridges.html @@ -7,9 +7,8 @@ ${answer} </pre> <br /> -<p >${_("""To use the above lines, go to Vidalia's Network settings page, and click "My ISP blocks connections to the Tor network". Then add each bridge address one at a time.""")} +<p>${_("""To use the above lines, go to Vidalia's Network settings page, and click "My ISP blocks connections to the Tor network". Then add each bridge address one at a time.""")} </p> % else: <h3> ${_("No bridges currently available")} </h3> % endif -<hr> diff --git a/lib/bridgedb/templates/captcha.html b/lib/bridgedb/templates/captcha.html index 1504b54..0d9e564 100644 --- a/lib/bridgedb/templates/captcha.html +++ b/lib/bridgedb/templates/captcha.html @@ -11,4 +11,3 @@ <input class="btn btn-success" type="submit" name="submit" value="I am human"> </form> </div> -<hr> diff --git a/lib/bridgedb/templates/index.html b/lib/bridgedb/templates/index.html index 0193a14..53460d2 100644 --- a/lib/bridgedb/templates/index.html +++ b/lib/bridgedb/templates/index.html @@ -22,4 +22,3 @@ ("""<a href="https://www.torproject.org/docs/bridges#UsingBridges">""", "</a>")} </div> </div> -<hr>