Removed some excessive brackets that made it impossible to log in.

This commit is contained in:
ian%hixie.ch 2001-12-31 06:48:48 +00:00
Родитель c80c11fad9
Коммит 12b85d652a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -9,7 +9,7 @@ COSES
<!-- HTTP Header -->
<text>
HTTP/1.1 <with variable="(response)"><text value="(response)"/></with><else>200 OK</else><br/>
HTTP/1.1 <with variable="response"><text value="(response)"/></with><else>200 OK</else><br/>
<with variable="headers"><text value="(headers)"/></with>Content-Type: text/html
</text>