diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 13:58:00 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2015-04-28 13:58:00 +0100 |
commit | e88c48ce0e80d896ff2cc9c01401e377c1e46e14 (patch) | |
tree | 1cd947969ca07f0959ec1a4c4e25f48749a5ac6f /www/index.html.in | |
parent | f54f3e2abe6266a4c8b335ec2a83ebc1c2cdd1a5 (diff) | |
download | rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.tar.gz rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.tar.bz2 rtmux-e88c48ce0e80d896ff2cc9c01401e377c1e46e14.zip |
This doesn't work.
Diffstat (limited to 'www/index.html.in')
-rw-r--r-- | www/index.html.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html.in b/www/index.html.in index cd42cd9f..7d1b17e4 100644 --- a/www/index.html.in +++ b/www/index.html.in @@ -9,7 +9,7 @@ <body> <div id="body-wrapper"> <div id="left-menu-container"> - <img src="logo.png" alt="tmux"></img> + <img src="logo.png" alt="tmux" id="upper-left-title"></img> <ul id="left-menu"> <li><a href="http://downloads.sourceforge.net/tmux/tmux-%%RELEASE%%.tar.gz">Download</a></li> <li><a href="https://sourceforge.net/p/tmux/tmux-code/ci/master/tree/README">README</a></li> |