Revision f311ac0f
Von Sven Schöling vor etwa 12 Jahren hinzugefügt
templates/webpages/drafts/load.html | ||
---|---|---|
1 | 1 |
[%- USE T8 %] |
2 |
[% USE HTML %]<body> |
|
2 |
[%- USE HTML %] |
|
3 |
<body> |
|
3 | 4 |
|
4 | 5 |
<form action="[% HTML.escape(script) %]" method="post"> |
5 | 6 |
|
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/ }'