diff --git a/templates/index.mako b/templates/index.mako index f0e0a2e..da492ff 100644 --- a/templates/index.mako +++ b/templates/index.mako @@ -214,7 +214,7 @@ <% attrib = get_attribution_info(query.site, query.page) %> % if attrib: - <% attrib_page = query.site.get_page(attrib.name) %> + <% attrib_page = query.site.get_page(unicode(attrib.name)) %>
This article contains an attribution template: {{${attrib_page.title | h}}}. Please verify that any potential copyvios are not from properly attributed sources.