Revision f311ac0f
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/admin/dbdelete.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 | 2 |
[%- USE LxERP %] |
3 |
[% USE HTML %]<body class="admin"> |
|
3 |
[%- USE HTML %] |
|
4 |
<body class="admin"> |
|
4 | 5 |
|
5 | 6 |
<h2>[% title %]</h2> |
6 | 7 |
|
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/ }'