1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 12:50:24 +01:00

Merge pull request #152 from XhmikosR/no-spaces-when-copying-license

Work around spaces being added when copying to clipboard.
This commit is contained in:
Phil Haack 2013-12-13 08:27:04 -08:00
commit e17bf1d846
16 changed files with 17 additions and 21 deletions

View File

@ -2,11 +2,7 @@
<div class="clearfix">
<div class="license-body">
<pre id="license-text">
{{ content | replace:"<","[" | replace:">","]" }}
</pre> <!-- /license-text -->
<pre id="license-text">{{ content | replace:"<", "[" | replace:">", "]" }}</pre>
</div> <!-- /license-body -->
{% include sidebar.html %}