Skip to content

Commit

Permalink
Added a name attribute for testability
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Jun 24, 2011
1 parent 8398842 commit ca889fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/details.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<hgroup>
<h2 class="addon"{{ addon.name|locale_html }}>
<img src="{{ addon.icon_url }}" class="icon"/>
<span>
<span name=_t-addon-name>
{{ addon.name }}
</span>
{% if version and not addon.is_selfhosted() %}
Expand Down

0 comments on commit ca889fe

Please sign in to comment.