diff options
| author | Cédric Picard <cedric.picard@efrei.net> | 2014-11-30 00:23:44 +0100 | 
|---|---|---|
| committer | Cédric Picard <cedric.picard@efrei.net> | 2014-11-30 00:23:44 +0100 | 
| commit | 9cbe2cf394fd96049251897d21c6c96daf110507 (patch) | |
| tree | fb8c87a6150f85d2f278dab824289622b05b8eae | |
| parent | 2f89470398977aea449205c8a179d51ae70a4fd4 (diff) | |
| download | pasteme-9cbe2cf394fd96049251897d21c6c96daf110507.tar.gz pasteme-9cbe2cf394fd96049251897d21c6c96daf110507.tar.bz2 pasteme-9cbe2cf394fd96049251897d21c6c96daf110507.zip | |
Minor correction
| -rw-r--r-- | views/base.tpl | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/views/base.tpl b/views/base.tpl index 3b47a5d..e372d6c 100644 --- a/views/base.tpl +++ b/views/base.tpl @@ -3,7 +3,7 @@      <title>{{title or 'No title'}}</title>      <link rel="stylesheet" href="/static/pygments.css" />      <link rel="stylesheet" href="/static/base.css" /> -    <link rel="icon" type="image/ico" href="/static/favicon.ico"/> +    <link rel="icon" type="image/ico" href="/static/favicon.ico" />  </head>  <body>  <img id="banner" alt="Pasteme" src="/static/banner.png"><br /> | 
