| « mysqlのrootユーザについての補足 | MediaWikiのインストール メモ » |
入り組んだテーブルを書いてみようと思ったが…
b2evolutionで、入り組んだtableタグを書いてみようと思って、作ってみたけど、保存する段階で、なぜかエラーになる。なぜか、rowspanはOKなのに、colspanが使用できないっぽい。
しばらく、悩んでたけど、
--- conf/_formatting.php.orig Tue Jan 31 20:13:35 2006 +++ conf/_formatting.php Tue Feb 7 23:09:54 2006 @@ -294,11 +294,11 @@ // 'tr' => A_attrs.' '.A_cellhalign.' '.A_cellvalign, // Strict 'tr' => A_attrs.' '.A_cellhalign.' '.A_cellvalign.' bgcolor', // Transitional - // 'th' => A_attrs.' abbr axis headers scope rowspan colspan'.A_cellhalign.' '.A_cellvalign, // Strict - 'th' => A_attrs.' abbr axis headers scope rowspan colspan'.A_cellhalign.' '.A_cellvalign.' nowrap bgcolor width height', // Transitional + // 'th' => A_attrs.' abbr axis headers scope rowspan colspan '.A_cellhalign.' '.A_cellvalign, // Strict + 'th' => A_attrs.' abbr axis headers scope rowspan colspan '.A_cellhalign.' '.A_cellvalign.' nowrap bgcolor width height', // Transitional - // 'td' => A_attrs.' abbr axis headers scope rowspan colspan'.A_cellhalign.' '.A_cellvalign, // Strict - 'td' => A_attrs.' abbr axis headers scope rowspan colspan'.A_cellhalign.' '.A_cellvalign.' nowrap bgcolor width height', // Transitional + // 'td' => A_attrs.' abbr axis headers scope rowspan colspan '.A_cellhalign.' '.A_cellvalign, // Strict + 'td' => A_attrs.' abbr axis headers scope rowspan colspan '.A_cellhalign.' '.A_cellvalign.' nowrap bgcolor width height', // Transitional ); $allowed_uri_scheme = array
でなおった。
要は、該当箇所の設定ファイルのスペースが抜けてただけ。
Trackback address for this post
Trackback URL (right click and copy shortcut/link location)
Feedback awaiting moderation
This post has 20 feedbacks awaiting moderation...