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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Aug 11 16:56:18 EDT 2006


User:      kwalsh
Date:      2006-08-11 20:56:17 GMT
Modified:  lib/Vend/Table Editor.pm
Log:
    * Fixed a CSS syntax error, reported by Paul Jordan in IRC.

Revision  Changes    Path
1.84      +3 -3      interchange/lib/Vend/Table/Editor.pm


rev 1.84, prev_rev 1.83
Index: Editor.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Editor.pm,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- Editor.pm	5 Apr 2006 17:40:38 -0000	1.83
+++ Editor.pm	11 Aug 2006 20:56:17 -0000	1.84
@@ -1,6 +1,6 @@
 # Vend::Table::Editor - Swiss-army-knife table editor for Interchange
 #
-# $Id: Editor.pm,v 1.83 2006/04/05 17:40:38 jon Exp $
+# $Id: Editor.pm,v 1.84 2006/08/11 20:56:17 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.83 $, 10);
+$VERSION = substr(q$Revision: 1.84 $, 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