Skip to content

Commit

Permalink
Fixed bug in title of admin referrers page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Scherpenisse committed Jul 21, 2011
1 parent 7b82663 commit 526263a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_admin/templates/admin_referrers.tpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "admin_base.tpl" %}

{% block title %}{_ Referrers of {{ m.rsc[q.id].title }} _}{% endblock %}
{% block title %}{_ Referrers of _} {{ m.rsc[q.id].title }}{% endblock %}

{% block content %}
<div id="content" class="zp-85">
Expand Down

0 comments on commit 526263a

Please sign in to comment.