From e6254e905d3cc46b505672812ed0d34b4781cea7 Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 15 May 2006 22:16:01 +0000 Subject: Small fix to contact file encoding and digest update svn path=/stable/; revision=712 --- www-apps/pyblosxom-plugins/Manifest | 2 +- www-apps/pyblosxom-plugins/files/contact.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/www-apps/pyblosxom-plugins/Manifest b/www-apps/pyblosxom-plugins/Manifest index 1653ffc..9b57ca8 100644 --- a/www-apps/pyblosxom-plugins/Manifest +++ b/www-apps/pyblosxom-plugins/Manifest @@ -1,6 +1,6 @@ MD5 e56518b49fbff23b7b862fde91e53105 files/blocks.py 6369 MD5 3d89ed013ed90e7afff11e8e3a57ebf4 files/comments.py 25302 -MD5 eb4a14c8aae732ef13ba754014bbc30a files/contact.py 11493 +MD5 53cf6af3d39e1d47a4d26d20dbe4338b files/contact.py 11517 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-pyblosxom-plugins-1.3.2 0 MD5 ef8b9559c56fe3bff0bf15672c2239e4 files/getstamps.py 1332 MD5 3ae49161534556018d226f514ef68195 files/hardcodedates.py 2036 diff --git a/www-apps/pyblosxom-plugins/files/contact.py b/www-apps/pyblosxom-plugins/files/contact.py index b94bc53..ede364f 100644 --- a/www-apps/pyblosxom-plugins/files/contact.py +++ b/www-apps/pyblosxom-plugins/files/contact.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ Provides a form to send an email to the blog-owner. -- cgit v1.2.3-65-gdbad