Ignore:
Timestamp:
Feb 25, 2011 2:17:20 PM (2 years ago)
Author:
slav0nic <slav0nic0@…>
Branch:
default
Message:

imported patch html_w3c.patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • djangobb/djangobb_forum/templates/forum/user.html

    r270 r326  
    106106                                                        {% else %} 
    107107                                                                <dd>{% trans "(Unknown)" %}</dd> 
    108                                                         {% endif %}</dd> 
     108                                                        {% endif %} 
    109109                                                </dl> 
    110110                                                <div class="clearer"></div> 
     
    118118                                                <dl> 
    119119                                                        <dt>{% trans "Posts:" %} </dt> 
    120                                                         <dd>{{ profile.forum_profile.post_count }} - <a href="{% url djangobb:search %}?action=show_user&user_id={{ profile.id }}">{% trans "Show all posts" %}</a></dd> 
     120                                                        <dd>{{ profile.forum_profile.post_count }} - <a href="{% url djangobb:search %}?action=show_user&amp;user_id={{ profile.id }}">{% trans "Show all posts" %}</a></dd> 
    121121                                                        <dt>{% trans "Last post:" %} </dt> 
    122122                                                        {% if profile.forum_profile.last_post %} 
Note: See TracChangeset for help on using the changeset viewer.