Update Changes and remove type from favicon link
Foxtons Web Design [Wed, 21 Apr 2010 13:48:57 +0000 (14:48 +0100)]
Changes
root/wrapper.tt2

diff --git a/Changes b/Changes
index 50fd5fb..e126c0c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 This file documents the revision history for Perl extension Gitalist.
 
+    - Added folder / file icons in tree view (Foxtons)
+    - Added favicon
+
 0.001002 2010-04-20
     - Fix link for the project_index action.
     - Add missing images to MANIFEST.
index 4611441..0842b9f 100755 (executable)
@@ -20,7 +20,7 @@
   [% INCLUDE '_header_feeds.tt2' %]
    
        <link rel="stylesheet" type="text/css" href="[% c.uri_for('/core.css') %]" />
-       <link rel="shortcut icon" href="[% c.uri_for('/static/favicon.ico') %]" type="image/png" />
+       <link rel="shortcut icon" href="[% c.uri_for('/static/favicon.ico') %]" />
        <script type="text/javascript">
        // FIXME: this should be in an external js file once c.uri_for works in js files
        function compareDiffs(repo, path){