Revision 7f30dd7b
Von Bernd Bleßmann vor mehr als 1 Jahr hinzugefügt
templates/design40_webpages/project/form.html | ||
---|---|---|
3 | 3 |
[% USE P %] |
4 | 4 |
[% USE HTML %] |
5 | 5 |
[% USE LxERP %] |
6 |
<h1>[% title %]</h1> |
|
6 |
<h1>[% title | html %]</h1>
|
|
7 | 7 |
|
8 | 8 |
[% INCLUDE 'common/flash.html' %] |
9 | 9 |
|
templates/webpages/project/form.html | ||
---|---|---|
3 | 3 |
[%- USE P %] |
4 | 4 |
[%- USE HTML %] |
5 | 5 |
[%- USE LxERP %] |
6 |
<h1>[% title %]</h1> |
|
6 |
<h1>[% title | html %]</h1>
|
|
7 | 7 |
|
8 | 8 |
[%- INCLUDE 'common/flash.html' %] |
9 | 9 |
|
Auch abrufbar als: Unified diff
Projekt: Titel: Escaping gegen XSS