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

replace double < and > with [ and ]

This commit is contained in:
Ben Balter 2013-06-11 18:51:26 -04:00
parent aa6dcd3ac0
commit 85c01c1d7f

View File

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