diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2006-05-15 22:16:01 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2006-05-15 22:16:01 +0000 |
commit | e6254e905d3cc46b505672812ed0d34b4781cea7 (patch) | |
tree | 8110554ce009acfc0fbe8a04a97c940a0927910b /www-apps | |
parent | Update to the blocks renderer (diff) | |
download | overlay-e6254e905d3cc46b505672812ed0d34b4781cea7.tar.gz overlay-e6254e905d3cc46b505672812ed0d34b4781cea7.tar.bz2 overlay-e6254e905d3cc46b505672812ed0d34b4781cea7.zip |
Small fix to contact file encoding and digest update
svn path=/stable/; revision=712
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/pyblosxom-plugins/Manifest | 2 | ||||
-rw-r--r-- | www-apps/pyblosxom-plugins/files/contact.py | 1 |
2 files changed, 2 insertions, 1 deletions
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. |