nicolaken 2004/01/23 08:19:09
Modified: src/blocks/chaperon/samples/grammars wiki.grm Log: Revert title behaviour to the correct one used by the Cocoon Wiki Revision Changes Path 1.6 +2 -2 cocoon-2.1/src/blocks/chaperon/samples/grammars/wiki.grm Index: wiki.grm =================================================================== RCS file: /home/cvs/cocoon-2.1/src/blocks/chaperon/samples/grammars/wiki.grm,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wiki.grm 20 Jan 2004 15:23:57 -0000 1.5 +++ wiki.grm 23 Jan 2004 16:19:09 -0000 1.6 @@ -10,9 +10,9 @@ %token tabletitleitem "\|\|"; %token tablecolumnitem "\|"; -%token titleitem "!"; +%token titleitem "!!!"; %token subtitleitem "!!"; -%token subsubtitleitem "!!!"; +%token subsubtitleitem "!"; %token emitem "''";
