Skip to content

Commit

Permalink
Fixed typo in descriptor_body template.
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenDavie committed May 14, 2012
1 parent 0dd2411 commit c46c909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharrock/templates/sharrock/descriptor_body.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4>DEPRECATED: {{ descriptor.is_deprecated }}</h4>
<p><em>This is a data parsing function. Params must be posted as serialized data.</em></p>
{% endif %}
{% if descriptor.security.permissions %}
<p><em>Permissions: {{ descriptor.security.permissions|join:" " }}</em</p>
<p><em>Permissions: {{ descriptor.security.permissions|join:" " }}</em></p>
{% endif %}
<div class="docs">
{{ descriptor.docs|safe }}
Expand Down

0 comments on commit c46c909

Please sign in to comment.