[dev] patch: css2horde extra spacing
Eduardo Dominguez
lalo at teligens.com
Wed Sep 24 15:04:51 PDT 2003
Jan Schneider wrote:
> The patch was empty.
>
duh!
attaching again
-------------- next part --------------
Index: css2horde.php
===================================================================
RCS file: /repository/horde/util/css2horde.php,v
retrieving revision 1.5
diff -u -u -r1.5 css2horde.php
--- css2horde.php 14 Mar 2003 19:00:48 -0000 1.5
+++ css2horde.php 24 Sep 2003 21:17:21 -0000
@@ -25,11 +25,12 @@
}
}
}
-
+
foreach ($styles as $class => $props) {
foreach ($props as $prop => $value) {
echo '$css[\'' . escape($class) . '\'][\'' . escape($prop) . '\'] = \'' . escape($value) . '\';' . "\n<br />";
}
+ echo "<br />";
}
}
More information about the dev
mailing list