shithub: werc

Download patch

ref: 8cec7f7861dde242d8f3f242723edd81c7181c83
parent: 296f11aa4410fad3d4bab35fb4c2ae22cfbeb066
author: uriel <uriel@engel.se.cat-v.org>
date: Sun Feb 1 15:04:28 EST 2009

Handle extraHeaders being nil.

--- a/lib/headers.tpl
+++ b/lib/headers.tpl
@@ -27,7 +27,7 @@
 % if(! ~ $#h 0)
 %   cat $h
 
-    %($extraHeaders%)
+    %($"extraHeaders%)
 
 </head>
 <body>