legacy-dotfiles/emacs.d/nxhtml/tests/in/chunks-in-chunks1.php
Tom Willemsen 94d2fc1815 Django, org
* Added nxhtml, mostly for django support.

  * Changed some org settings.
2011-03-07 09:04:49 +01:00

19 lines
172 B
PHP

$a = <<<EOTHTML
<p>stuff</p>
EOTHTML;
$b = <<<EOT
<h2><a href="/">stuff</a></h2>
EOT;
$c = <<<EOT
<button onclick="a()">test</button>
EOT;