瀏覽代碼

Fix template.

copyvios-ng
Ben Kurtovic 7 年之前
父節點
當前提交
341c882a50
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      templates/index.mako

+ 1
- 1
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)) %>
<div id="attribution-warning" class="yellow-box">
This article contains an attribution template: <tt>{{<a href="attrib_page.url">${attrib_page.title | h}</a>}}</tt>. Please verify that any potential copyvios are not from properly attributed sources.
</div>


Loading…
取消
儲存