1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-09 04:37:48 +02:00
Due to Jekyll outputting useless whitespace, we need to work around this ourselves.
This commit is contained in:
XhmikosR 2014-01-24 19:56:32 +02:00
parent 24e9effec1
commit 769b6a6e48

View File

@ -2,7 +2,7 @@
<div class="clearfix">
<div class="license-body">
<pre id="license-text">{{ content | markdownify | strip_html }}</pre>
<pre id="license-text">{{ content | replace:"<", "&lt;" | replace:">", "&gt;" }}</pre>
</div> <!-- /license-body -->
{% include sidebar.html %}