*) <mode="Homer">D'oh!</Homer>

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7618 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 14 years ago
parent 82f1580a60
commit e7860b1239

@ -136,7 +136,7 @@ public class WikiCode extends AbstractWikiParser implements WikiParser {
/** List of properties which can be used in tables. */
private final static String[] TABLE_PROPERTIES = {"rowspan", "colspan", "vspace", "hspace", "cellspacing", "cellpadding", "border"};
/** Map which contains possible values for aeveral parameters. */
/** Map which contains possible values for several parameters. */
private final static Map<String, String[]> PROPERTY_VALUES = new HashMap<String, String[]>();
/** Tags for different types of headlines in wikiCode. */

Loading…
Cancel
Save