Missing newline in the output. This was causing some hickups for some UAs (perfectly understandably...)

This commit is contained in:
ian%hixie.ch 2002-09-05 16:27:04 +00:00
Родитель 8589c27898
Коммит b485e51bc4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4,7 +4,7 @@ TemplateToolkit
[% INCLUDE template.header
title = 'Login'
response = '401 Authentication Required'
headers = "WWW-Authenticate: Basic realm=\"$app.name\""
headers = "WWW-Authenticate: Basic realm=\"$app.name\"\n"
-%]
<form action="" method="GET"> <!-- XXX POST -->