This commit is contained in:
ian%hixie.ch 2002-04-05 20:15:27 +00:00
Родитель 8cb49c664e
Коммит 20ca856e2e
1 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,22 @@
COSES
1
<text xml:space="default" xmlns="http://bugzilla.mozilla.org/coses">
<set variable="title" value="Internal Error">
<set variable="response" value="500 Server Error">
<include href="template.html.header"/>
</set></set>
<![CDATA[
<p>An internal error occured. Please <a
href="http://www.hixie.ch/bugzilla/">report this bug</a>, including
the date and time of the error along with the information included
below:</p>
<pre>]]><text escape="html" value="(error)"/><![CDATA[</pre>
]]>
<include href="template.html.footer"/>
</text>