Mercurial > hg > savane-forge
changeset 149:c2fdf83164e7
Fix double slash bug in base template
author | Sylvain Beucler <beuc@beuc.net> |
---|---|
date | Thu, 18 Feb 2010 21:21:27 +0100 |
parents | 59a2cf191914 |
children | 42245c93f17b |
files | template/base.html |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/template/base.html +++ b/template/base.html @@ -5,8 +5,8 @@ <title>Welcome [Savannah]</title> <meta name="Generator" content="Savane 3.1-cleanup, see http://savannah.nongnu.org/projects/savane-cleanup" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> - <link rel="stylesheet" type="text/css" href="{{STATIC_MEDIA_URL}}/savane/css/Savannah.css" /> - <link rel="icon" type="image/png" href="{{STATIC_MEDIA_URL}}/savane/images/icon.png" /> + <link rel="stylesheet" type="text/css" href="{{STATIC_MEDIA_URL}}savane/css/Savannah.css" /> + <link rel="icon" type="image/png" href="{{STATIC_MEDIA_URL}}savane/images/icon.png" /> <meta name="Author" content="Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved" /> <meta name="Keywords" content="Savannah,GNU, FSF, Free Software Foundation, GNU/Linux, Linux, Emacs, GCC, Unix, Free Software, Operating System, GNU Kernel, HURD, gnus, SourceForge" /> <meta name="Description" content="Savannah is a central point for development, distribution and maintainance of Free Software. It allows contributors to easily join existing Free Software projects." /> @@ -14,7 +14,7 @@ </head> <body> <div class="main_menu"> - <a href="/"><img src="{{STATIC_MEDIA_URL}}/savane/images/floating.png" alt="Back to Savannah Homepage" border="0" width="118" height="100" /></a> + <a href="/"><img src="{{STATIC_MEDIA_URL}}savane/images/floating.png" alt="Back to Savannah Homepage" border="0" width="118" height="100" /></a> <a href="">Hosted Projects</a> <a href="">Help</a>