]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/t/room/create_blog.html
Fixed some rendering problems in webcit that resulted from the removal of VIEW_WIKIMD...
[citadel.git] / webcit / static / t / room / create_blog.html
index d012a47375992eca625ac9c726ca8756399f0561..b1659b3099f4c124a7d14ecb6158bb989d6a79e8 100644 (file)
@@ -41,7 +41,6 @@
 <?_("Articles will be published from wiki articles to the blog. Choose your prefered source wiki format:")>
 <select name="er_view" id="er_view" size="1">
 <?!("COND:ALLOWED_DEFAULT_VIEW", 1, #"VIEW_WIKI")><option value="<?DEF:VAL(#"VIEW_WIKI")>" <?%("COND:THISROOM:CURR_VIEW", 2, #"VIEW_WIKI", 0, "selected", "")>><?ROOM:VIEW_STRING(#"VIEW_WIKI", "X")></option><??("X", 1)>
-<?!("COND:ALLOWED_DEFAULT_VIEW", 1, #"VIEW_WIKIMD")><option value="<?DEF:VAL(#"VIEW_WIKIMD")>" <?%("COND:THISROOM:CURR_VIEW", 2, #"VIEW_WIKIMD", 0, "selected", "")>><?ROOM:VIEW_STRING(#"VIEW_WIKIMD", "X")></option><??("X", 1)>
 
 </select>
 <div id="er_view_fixed" style="display: none;">xxx</div></td></tr>