[TYPO3-german] Zeilenumbruch im Quelltext

Andreas Otto andreas.otto at dkd.de
Mon Mar 12 08:10:55 CET 2007


Hallo Matze,

Matze Hoppe wrote:
> page.headerData {
> 100 = TEXT
> 100.value = <link rel="shortcut icon" type="image/ico" href="favicon.ico">
> 200 = TEXT
> 200.value = <script src="fileadmin/test.js"
> type="text/javascript"></script>
> }
> 
> Im Quelltext wird das einfach hintereinander geklascht. Wie erreiche ich
> einen Zeilenumbruch?

Folgendes könnte Dir helfen:

page.headerData {
  100 = TEXT
  100.value (
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<script src="fileadmin/test.js" type="text/javascript"></script>
)
}


Liebe Grüße,
Andreas


More information about the TYPO3-german mailing list