Revision f311ac0f
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/generic/exception.html | ||
---|---|---|
1 |
[%- USE LxERP %][% USE HTML %]<body> |
|
1 |
[%-- USE LxERP %][%- USE HTML %] |
|
2 |
<body> |
|
2 | 3 |
|
3 | 4 |
<h1 class="message_error">[%- LxERP.t8('Error!') %]</h1> |
4 | 5 |
|
Auch abrufbar als: Unified diff
<body> in eigene Zeile (für späteres entfernen)
commit erzeugt mit:
find .
type f | xargs perl -i -pae 'if (/\]<body/) { s/\[%/[%/g; s/<body/\n<body/ }'