diff options
-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. |