Skip to content
Snippets Groups Projects
Commit 0d711a9c authored by Steffen Gebert's avatar Steffen Gebert
Browse files

Follow-up to #15576: Code for errorpage template was contained twice

git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@9110 709f56b5-9817-0410-a4d7-c38de5d9e867
parent 9d0b11a4
No related merge requests found
......@@ -24,29 +24,3 @@
</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<base href="###BASEURL###" />
<title>Error!</title>
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
body { font-family:Verdana,Arial,Helvetica,sans-serif; font-size: 90%; text-align: center; background-color: #ffffff; }
h1 { font-size: 1.2em; margin: 0 0 1em 0; }
p { margin: 0; text-align: left; }
img { border: 0; margin: 10px 0; }
div.center div { margin: 0 auto; }
.errorBox { width: 400px; padding: 0.5em; border: 1px solid black; background-color: #F4F0E8; }
/*]]>*/--></style>
</head>
<body>
<div class="center">
###LOGO###
<div class="errorBox">
<h1>###TITLE###</h1>
<p>###MESSAGE###</p>
</div>
</div>
</body>
</html>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment