Skip to content

Commit

Permalink
Added missing colon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 13, 2011
1 parent 2017425 commit cfdfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.txt
Expand Up @@ -76,7 +76,7 @@ rendered page, e.g.:
<script type="text/javascript" charset="utf-8">obj.value = "value";</script>
{% endcompress %}

would be rendered something like:
would be rendered something like::

<script type="text/javascript" charset="utf-8">
obj = {};
Expand Down

0 comments on commit cfdfde5

Please sign in to comment.