Ticket #15491: patch3.patch
File patch3.patch, 1.1 KB (added by , 14 years ago) |
---|
-
400-debug.html
5 5 <title>Comment post not allowed (400)</title> 6 6 <meta name="robots" content="NONE,NOARCHIVE" /> 7 7 <style type="text/css"> 8 <!-- 8 9 html * { padding:0; margin:0; } 9 10 body * { padding:10px 20px; } 10 11 body * * { padding:0; } … … 20 21 #info ol li { font-family: monospace; } 21 22 #summary { background: #ffc; } 22 23 #explanation { background:#eee; border-bottom: 0px none; } 24 --> 23 25 </style> 24 26 </head> 25 27 <body> -
base.html
1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 2 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" >4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 5 5 <title>{% block title %}{% endblock %}</title> 6 6 </head> 7 7 <body>