[interchange-cvs] interchange - racke modified dist/lib/UI/ContentEditor.pm

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Wed Jun 11 10:38:00 2003


User:      racke
Date:      2003-06-11 14:37:41 GMT
Modified:  dist/lib/UI ContentEditor.pm
Log:
avoid excess space which breaks save page for
"parsed and temporary" control

Revision  Changes    Path
2.10      +5 -5      interchange/dist/lib/UI/ContentEditor.pm


rev 2.10, prev_rev 2.9
Index: ContentEditor.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/ContentEditor.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- ContentEditor.pm	7 Apr 2003 12:59:00 -0000	2.9
+++ ContentEditor.pm	11 Jun 2003 14:37:41 -0000	2.10
@@ -2,9 +2,10 @@
 #
 # UI::ContentEditor - Interchange page/component edit
 # 
-# $Id: ContentEditor.pm,v 2.9 2003/04/07 12:59:00 mheins Exp $
+# $Id: ContentEditor.pm,v 2.10 2003/06/11 14:37:41 racke Exp $
 #
-# Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
+# Copyright (C) 2003 Interchange Development Group
+# Copyright (C) 1996-2002 Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +24,7 @@
 
 package UI::ContentEditor;
 
-$VERSION = substr(q$Revision: 2.9 $, 10);
+$VERSION = substr(q$Revision: 2.10 $, 10);
 $DEBUG = 0;
 
 use POSIX qw/strftime/;
@@ -1526,8 +1527,7 @@
 		$meta->{$st} = {
 			label => 'how to set',
 			type => 'select',
-			passed => qq{
-					tmpn=Unparsed and temporary,
+			passed => qq{tmpn=Unparsed and temporary,
 					set=Unparsed and persistent,
 					tmp=Parsed and temporary,
 					seti=Parsed and persistent,