From: Marc-Etienne V. <var...@us...> - 2008-01-22 14:24:03
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17455/pgsrc Modified Files: Help%2FRichTablePlugin Log Message: Patch for RichTable.php: enrich syntax for attributes Index: Help%2FRichTablePlugin =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/Help%2FRichTablePlugin,v retrieving revision 1.2 retrieving revision 1.3 diff -u -2 -b -p -d -r1.2 -r1.3 --- Help%2FRichTablePlugin 2 Jan 2007 13:25:07 -0000 1.2 +++ Help%2FRichTablePlugin 22 Jan 2008 14:24:02 -0000 1.3 @@ -36,4 +36,14 @@ NEW: The plugin is now fixed so that the * The plugin can't nest itself yet. Thus nested tables are currently not possible. +We allow attributes with or without quotes (") +<verbatim> +border=1, cellpadding="5" +style="font-family: sans-serif; border-top:1px solid #dddddd;" +</verbatim> +What will not work is style with comma inside, e. g. +<verbatim> +style="font-family: Verdana, Arial, Helvetica, sans-serif" +</verbatim> + ! Example |