特定のタグ内をescape_htmlするEscapeCodeプラグイン(MT)
公開日 : 2010-01-29 18:59:13
今日「ブログのサイドバーを見直す(ランキング/表示順/高速化)」って記事を製品サイトのブログに書いていて面倒だったので書いたのであげておきます(スタティック専用)。←しかしなんちゅう日本語だ。
特定のタグ(class指定可能)で囲まれた部分を実体参照に変換して出力するモディファイアescapecodeを提供します。
<$mt:EntryBody escapecode="code,mtml"$>
上記のようにテンプレートに記述すると、下記の部分をエスケープして出力します。
<pre><code class"mtml">
<$mt:EntryBody escapecode="code,mtml"$>
</code></pre>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.