ユーザ用ツール

サイト用ツール


11_php:01_twig:02_autoescape

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン前のリビジョン
11_php:01_twig:02_autoescape [2014/07/03 04:28] – 11_php:01_twig:02_自動エスケープ_autoescape renamed to 11_php:01_twig:02_autoescape matsui11_php:01_twig:02_autoescape [2019/03/07 00:41] (現在) matsui
行 1: 行 1:
-====== 02 自動エスケープ(autoescape) ======+====== 02 twig自動エスケープ(autoescape) ======
  
 twigではクロスサイトスクリプト防止の為、自動エスケープがデフォルトで有効になっています。 twigではクロスサイトスクリプト防止の為、自動エスケープがデフォルトで有効になっています。
行 24: 行 24:
 </code> </code>
  
 +
 +===== 編集表示の時に指定 =====
 +
 +下記のようにe(escape)でエスケープ
 +raw でそのまま表示
 +を指定もできる。
 +
 +<code>
 +{% html = "&uarr;" %}
 +{{html|e}}
 +{{html|raw}}
 +</code>
 +
 +{{tag>twig}}
11_php/01_twig/02_autoescape.1404361732.txt.gz · 最終更新: 2014/07/03 04:28 by matsui