1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-17 00:19:51 +02:00

swap opening brackets for < signs to prevent parsing as tags

This commit is contained in:
Ben Balter 2013-06-11 10:37:11 -04:00
parent 3cf2c03d54
commit aa6dcd3ac0

View File

@ -34,7 +34,7 @@
<div class='license-body'>
<pre id="license-text">
{{ content }}
{{ content | replace:"<<","&lt;&lt;" }}
</pre><!-- /license-text -->
</div><!-- /license-body -->