From: Axel Beckert Date: Tue, 22 Jul 2008 21:35:19 +0000 (+0000) Subject: Bugfix: The content type set via template was only honored during dynamic generation... X-Git-Tag: debian/2.1.2-2~35 X-Git-Url: https://git.deb.at/?p=pkg%2Fblosxom.git;a=commitdiff_plain;h=a821302896ef85f49108f02324a5d95627bb9ff4;hp=a821302896ef85f49108f02324a5d95627bb9ff4;ds=inline Bugfix: The content type set via template was only honored during dynamic generation via CGI in the HTTP headers. The content type inside the (default) HTML templates was resp. had to be hard-coded. Made $content_type a global package variable so that it can be used inside templates. ---