From 341c882a50465e5ca3bed4f055a5cf276d7bb2d7 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 28 Feb 2017 23:57:41 -0600 Subject: [PATCH] Fix template. --- templates/index.mako | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.