changeset 3955:b15d81ad824d beta

fix favicon on error document page
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Jun 2013 13:17:09 +0200
parents ca30c9924023
children 77b12bb00dd6
files rhodecode/templates/errors/error_document.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/templates/errors/error_document.html	Thu Jun 06 12:05:31 2013 +0200
+++ b/rhodecode/templates/errors/error_document.html	Thu Jun 06 13:17:09 2013 +0200
@@ -5,7 +5,7 @@
         <title>Error - ${c.error_message}</title>
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         <meta name="robots" content="index, nofollow"/>
-        <link rel="icon" href="${h.url('/images/icons/database_gear.png')}" type="image/png" />
+        <link rel="icon" href="${h.url('/images/favicon.ico')}" type="image/png" />
 
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
         %if c.redirect_time: