$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"
 
