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:
parent
24e9effec1
commit
769b6a6e48
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<div class="clearfix">
|
<div class="clearfix">
|
||||||
<div class="license-body">
|
<div class="license-body">
|
||||||
<pre id="license-text">{{ content | markdownify | strip_html }}</pre>
|
<pre id="license-text">{{ content | replace:"<", "<" | replace:">", ">" }}</pre>
|
||||||
</div> <!-- /license-body -->
|
</div> <!-- /license-body -->
|
||||||
|
|
||||||
{% include sidebar.html %}
|
{% include sidebar.html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user