[WM] ?> in content comes out as >
Brian Wisti
brian at coolnamehere.com
Thu Feb 26 15:42:53 GMT 2004
Stupid me, learning a new mailer. That last bit on the topic was from
me, and here is the slightly modified wmk file used for the debugging run
(took out the metadata).
Kind Regards,
Brian Wisti
http://coolnamehere.com/
-----
<webmake>
<content name="page_template">
<html>
<body>
${page_text}
</body>
</html>
</content>
<content name="out_helper">
<{set page_text="${${WebMake.OutName}.txt}" }>
${page_template}
</content>
<content name="phpbug.txt">
<?= "Hello, world!" ?>
</content>
<out name="phpbug" file="phpbug.php"> ${out_helper} </out>
More information about the Webmake-talk
mailing list