pkgsrc/www/zope25-MetaPublisher/patches/patch-aa
rillig 34a9a45fe3 - Fixed the "single field input line" file, which had wrong indentation.
- Removed all CVS files from the PLIST.
- Bumped PKGREVISION.
2006-01-12 23:53:19 +00:00

15 lines
503 B
Text

$NetBSD: patch-aa,v 1.1 2006/01/12 23:53:19 rillig Exp $
Fixed wrong Python indentation.
--- lib/python/Products/MetaPublisher/ftypes/broken/main.py.orig 2002-01-16 13:41:17.000000000 +0100
+++ lib/python/Products/MetaPublisher/ftypes/broken/main.py 2006-01-13 00:37:03.000000000 +0100
@@ -38,7 +38,7 @@ def html_encode( str ):
class Field(SimpleField):
"""Single line text input field."""
- title = "Broken Field"
+ title = "Broken Field"
version = "v 0.2.0"
type = "Property"