1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01:00

Revert 13c9eb92fb1b01d441e68570979a2da349914d9c.

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 %}