Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
tweaking markup of mobile details page description
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Feb 21, 2011
1 parent df291b2 commit 4275d74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/addons/templates/addons/mobile/details.html
Expand Up @@ -18,9 +18,9 @@ <h4 class="author">{{ _('by') }} {{ users_list(addon.listed_authors) }}</h4>
<div class="menu">
<a class="expando readmore" href="#full-description">Read More</a>
</div>
<p id="full-description" class="expando-managed">
<div id="full-description" class="expando-managed">
{{ addon.description|nl2br }}
</p>
</div>
</div>

{% if addon.all_previews %}
Expand Down

0 comments on commit 4275d74

Please sign in to comment.