소스 검색

Fix template.

master
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>


불러오는 중...
취소
저장