Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 7f30dd7b

Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt

Projekt: Titel: Escaping gegen XSS

Unterschiede anzeigen:

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