Skip to content

Commit

Permalink
Fixed some minor markup errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
livid committed Oct 28, 2010
1 parent 1bce211 commit 110eff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backstage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1507,7 +1507,7 @@ def get(self):
template_values['l10n'] = l10n
if member:
if member.num == 1:
template_values['page_title'] = site.title + u' › ' + l10n.backstage + u' › ' + l10n.topic_settings
template_values['page_title'] = site.title + u' › ' + l10n.backstage.decode('utf-8') + u' › ' + l10n.topic_settings.decode('utf-8')
template_values['site'] = site
template_values['site_use_topic_types'] = site.use_topic_types
if site.topic_types is None:
Expand Down
2 changes: 1 addition & 1 deletion tpl/desktop/rightbar/backstage_section_nodes.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{% for node in nodes %}
<tr><td width="20" align="right" style="border-bottom: 1px solid #e2e2e2;"><strong class="fade">{{ node.topics }}</strong></td><td align="left" width="auto" style="border-bottom: 1px solid #e2e2e2; border-left: 1px solid #e2e2e2; background-color: #f9f9f9;"><a href="/backstage/node/{{ node.name }}">{{ node.title }}</a></td></tr>
{% endfor %}
</table
</table>
</div>
</div>

0 comments on commit 110eff1

Please sign in to comment.