From 6a2a2699a80a5222a692d69b87efb87333a0c66d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sat, 30 Jun 2012 09:00:23 +0000 Subject: [PATCH] fixed '"' in the html output package --- NEWS | 1 + www/pkg.tpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0dffb41..0d0a887 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,7 @@ * v0.0.8 ** set transfer encoding to gzip as recommended by LP documentation. ** persistent cache for distro and arch information. +** fixed a '"' in the html output of the package page. * v0.0.7 ** More crash-resistant on network failure (patch from Peter diff --git a/www/pkg.tpl b/www/pkg.tpl index 1070a18..9b2fac6 100644 --- a/www/pkg.tpl +++ b/www/pkg.tpl @@ -12,4 +12,4 @@
Distros:
Versions:
-" + -- 2.7.4