diff options
author | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-28 14:38:10 +0100 |
---|---|---|
committer | Cédric Bonhomme <kimble.mandel@gmail.com> | 2013-01-28 14:38:10 +0100 |
commit | ba01b6b20d72f3ac9503af7e3f02658348517303 (patch) | |
tree | 7efb5ea748ff008e5045b1fc770f72c8a1af8bd1 /source/templates/base.html | |
parent | HTML5 fragment identifier. (diff) | |
download | newspipe-ba01b6b20d72f3ac9503af7e3f02658348517303.tar.gz newspipe-ba01b6b20d72f3ac9503af7e3f02658348517303.tar.bz2 newspipe-ba01b6b20d72f3ac9503af7e3f02658348517303.zip |
HTML5 fragment identifier for #top.
Diffstat (limited to 'source/templates/base.html')
-rw-r--r-- | source/templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/templates/base.html b/source/templates/base.html index ecc1bb0e..00578acb 100644 --- a/source/templates/base.html +++ b/source/templates/base.html @@ -17,7 +17,7 @@ <div class="right innerlogo"> <a href="/"><img src="/img/tuxrss.png" title="What's new today?"/></a> </div> - <a name="top"><a href="/"><h1>pyAggr3g470r</h1></a></a> + <a href="/"><h1 id="top">pyAggr3g470r</h1></a> ${self.body()} <hr /> <p>This software is under GPLv3 license. You are welcome to copy, modify or |