diff options
author | 2006-05-15 22:16:01 +0000 | |
---|---|---|
committer | 2006-05-15 22:16:01 +0000 | |
commit | e6254e905d3cc46b505672812ed0d34b4781cea7 (patch) | |
tree | 8110554ce009acfc0fbe8a04a97c940a0927910b /www-apps/pyblosxom-plugins/files | |
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/pyblosxom-plugins/files')
-rw-r--r-- | www-apps/pyblosxom-plugins/files/contact.py | 1 |
1 files changed, 1 insertions, 0 deletions
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. |