Changeset - b15d81ad824d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-06-06 13:17:09
marcin@python-works.com
fix favicon on error document page
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/errors/error_document.html
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)