diff options
author | cedricbonhomme <devnull@localhost> | 2010-07-02 15:53:31 +0200 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-07-02 15:53:31 +0200 |
commit | 636abe26ab6fe228715ac31df7bb8780c7a10de7 (patch) | |
tree | 0d6e60ad148ec42820d7c611219fa912b0fdc8b3 /pyAggr3g470r.py | |
parent | SQLite improvements. (diff) | |
download | newspipe-636abe26ab6fe228715ac31df7bb8780c7a10de7.tar.gz newspipe-636abe26ab6fe228715ac31df7bb8780c7a10de7.tar.bz2 newspipe-636abe26ab6fe228715ac31df7bb8780c7a10de7.zip |
Added link and title attribute to logo image.
Diffstat (limited to 'pyAggr3g470r.py')
-rwxr-xr-x | pyAggr3g470r.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyAggr3g470r.py b/pyAggr3g470r.py index 6537886a..0d8c6874 100755 --- a/pyAggr3g470r.py +++ b/pyAggr3g470r.py @@ -62,7 +62,8 @@ htmlfooter = '<p>This software is under GPLv3 license. You are welcome to copy, ' <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GPLv3</a> license.</p></div>\n' + \ '</body>\n</html>' -htmlnav = '<body>\n<h1><div class="right innerlogo"><img src="/css/img/tuxrss.png" />' + \ +htmlnav = '<body>\n<h1><div class="right innerlogo"><a href="/"><img src="/css/img/tuxrss.png"' + \ + """ title="What's new today?"/></a>""" + \ '</div><a name="top"><a href="/">pyAggr3g470r - RSS Feed Reader</a></a></h1>\n<a' + \ ' href="http://bitbucket.org/cedricbonhomme/pyaggr3g470r/" rel="noreferrer" target="_blank">' + \ 'pyAggr3g470r (source code)</a>' |