Fossil SCM

Fix for an apparent minor error in allowed markup types for inline text.

lrem 2011-01-12 15:53 trunk
Commit dddaebf605b2ce1fd9cbd1bd3b8a3c3daad3d202
1 file changed +1 -1
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -301,11 +301,11 @@
301301
{ "th", MARKUP_TH, MUTYPE_TD,
302302
AMSK_ALIGN|AMSK_BGCOLOR|AMSK_COLSPAN|
303303
AMSK_ROWSPAN|AMSK_VALIGN|AMSK_CLASS },
304304
{ "thead", MARKUP_THEAD, MUTYPE_BLOCK, AMSK_ALIGN|AMSK_CLASS },
305305
{ "tr", MARKUP_TR, MUTYPE_TR,
306
- AMSK_ALIGN|AMSK_BGCOLOR||AMSK_VALIGN|AMSK_CLASS },
306
+ AMSK_ALIGN|AMSK_BGCOLOR|AMSK_VALIGN|AMSK_CLASS },
307307
{ "tt", MARKUP_TT, MUTYPE_FONT, 0 },
308308
{ "u", MARKUP_U, MUTYPE_FONT, 0 },
309309
{ "ul", MARKUP_UL, MUTYPE_LIST,
310310
AMSK_TYPE|AMSK_COMPACT },
311311
{ "var", MARKUP_VAR, MUTYPE_FONT, 0 },
312312
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -301,11 +301,11 @@
301 { "th", MARKUP_TH, MUTYPE_TD,
302 AMSK_ALIGN|AMSK_BGCOLOR|AMSK_COLSPAN|
303 AMSK_ROWSPAN|AMSK_VALIGN|AMSK_CLASS },
304 { "thead", MARKUP_THEAD, MUTYPE_BLOCK, AMSK_ALIGN|AMSK_CLASS },
305 { "tr", MARKUP_TR, MUTYPE_TR,
306 AMSK_ALIGN|AMSK_BGCOLOR||AMSK_VALIGN|AMSK_CLASS },
307 { "tt", MARKUP_TT, MUTYPE_FONT, 0 },
308 { "u", MARKUP_U, MUTYPE_FONT, 0 },
309 { "ul", MARKUP_UL, MUTYPE_LIST,
310 AMSK_TYPE|AMSK_COMPACT },
311 { "var", MARKUP_VAR, MUTYPE_FONT, 0 },
312
--- src/wikiformat.c
+++ src/wikiformat.c
@@ -301,11 +301,11 @@
301 { "th", MARKUP_TH, MUTYPE_TD,
302 AMSK_ALIGN|AMSK_BGCOLOR|AMSK_COLSPAN|
303 AMSK_ROWSPAN|AMSK_VALIGN|AMSK_CLASS },
304 { "thead", MARKUP_THEAD, MUTYPE_BLOCK, AMSK_ALIGN|AMSK_CLASS },
305 { "tr", MARKUP_TR, MUTYPE_TR,
306 AMSK_ALIGN|AMSK_BGCOLOR|AMSK_VALIGN|AMSK_CLASS },
307 { "tt", MARKUP_TT, MUTYPE_FONT, 0 },
308 { "u", MARKUP_U, MUTYPE_FONT, 0 },
309 { "ul", MARKUP_UL, MUTYPE_LIST,
310 AMSK_TYPE|AMSK_COMPACT },
311 { "var", MARKUP_VAR, MUTYPE_FONT, 0 },
312

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button