[interchange-cvs] interchange - kwalsh modified lib/Vend/Table/Editor.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Sep 20 08:34:49 EDT 2006


User:      kwalsh
Date:      2006-09-20 12:34:49 GMT
Modified:  lib/Vend/Table Tag: STABLE_5_4-branch Editor.pm
Log:
    * Fixed a CSS syntax error, reported by Paul Jordan in IRC.
      (back-ported from CVS HEAD)

Revision  Changes    Path
No                   revision



No                   revision



1.81.2.1  +3 -3      interchange/lib/Vend/Table/Editor.pm


rev 1.81.2.1, prev_rev 1.81
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.81
retrieving revision 1.81.2.1
diff -u -r1.81 -r1.81.2.1
--- Editor.pm	8 Nov 2005 18:14:47 -0000	1.81
+++ Editor.pm	20 Sep 2006 12:34:49 -0000	1.81.2.1
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.81 2005/11/08 18:14:47 jon Exp $
+# $Id: Editor.pm,v 1.81.2.1 2006/09/20 12:34:49 kwalsh Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 2002 Mike Heins <mike at perusion.net>
@@ -26,7 +26,7 @@
 package Vend::Table::Editor;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 1.81 $, 10);
+$VERSION = substr(q$Revision: 1.81.2.1 $, 10);
 
 use Vend::Util;
 use Vend::Interpolate;
@@ -1387,7 +1387,7 @@
 	$out .= <<EOF;
 <div style="
 		position: relative;
-		left: 0; top: 0; width=100%; height=100%;
+		left: 0; top: 0; width: 100%; height: 100%;
 		z-index: 0;
 	">
 $s1








More information about the interchange-cvs mailing list