34a9a45fe3
- Removed all CVS files from the PLIST. - Bumped PKGREVISION.
15 lines
503 B
Text
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"
|
|
|