зеркало из https://github.com/mozilla/pjs.git
Missing newline in the output. This was causing some hickups for some UAs (perfectly understandably...)
This commit is contained in:
Родитель
8589c27898
Коммит
b485e51bc4
|
@ -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 -->
|
||||
|
|
Загрузка…
Ссылка в новой задаче