Ticket #15491: patch3.patch

File patch3.patch, 1.1 KB (added by jonathanslenders, 13 years ago)
  • 400-debug.html

     
    55  <title>Comment post not allowed (400)</title>
    66  <meta name="robots" content="NONE,NOARCHIVE" />
    77  <style type="text/css">
     8  <!--
    89    html * { padding:0; margin:0; }
    910    body * { padding:10px 20px; }
    1011    body * * { padding:0; }
     
    2021    #info ol li { font-family: monospace; }
    2122    #summary { background: #ffc; }
    2223    #explanation { background:#eee; border-bottom: 0px none; }
     24   -->
    2325  </style>
    2426</head>
    2527<body>
  • base.html

     
    11<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    22<html xmlns="http://www.w3.org/1999/xhtml">
    33<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" />
    55  <title>{% block title %}{% endblock %}</title>
    66</head>
    77<body>
Back to Top