diff rhodecode/templates/errors/error_document.html @ 2031:82a88013a3fd

merge 1.3 into stable
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 26 Feb 2012 17:25:09 +0200
parents bf263968da47 f91d3f9b7230
children 63e58ef80ef1
line wrap: on
line diff
--- a/rhodecode/templates/errors/error_document.html	Sun Feb 19 20:21:14 2012 +0200
+++ b/rhodecode/templates/errors/error_document.html	Sun Feb 26 17:25:09 2012 +0200
@@ -6,10 +6,10 @@
         <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 	    %if c.redirect_time:
 	        <meta http-equiv="refresh" content="${c.redirect_time}; url=${c.url_redirect}"/>
-	    %endif        
+	    %endif
         <link rel="icon" href="${h.url("/images/hgicon.png")}" type="image/png" />
         <meta name="robots" content="index, nofollow"/>
-            
+
         <!-- stylesheets -->
         <link rel="stylesheet" type="text/css" href="${h.url('/css/style.css')}" media="screen" />
 	    <style type="text/css">
@@ -28,27 +28,26 @@
 	        margin:10px;
 	     }
 	    </style>
-    
+
     </head>
     <body>
 
         <div id="login">
-            <div class="table">            
+            <div class="table">
 				<div id="main_div">
 				    <div style="font-size:2.0em;margin: 10px">${c.rhodecode_name}</div>
 					<h1 class="error_message">${c.error_message}</h1>
-					
+
 					<p>${c.error_explanation}</p>
-					
+
 			        %if c.redirect_time:
 			            <p>${_('You will be redirected to %s in %s seconds') % (c.redirect_module,c.redirect_time)}</p>
-				    %endif		
-					
+				    %endif
+
 				</div>
             </div>
             <!-- end login -->
         </div>
     </body>
-    
+
 </html>
-