Browse Source

Minor style tweak; link fix.

master
Ben Kurtovic 7 years ago
parent
commit
1e5ca3f93e
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      static/style.css
  2. +1
    -1
      templates/index.mako

+ 1
- 1
static/style.css View File

@@ -69,7 +69,7 @@ div#cv-result {
}

div#attribution-warning {
padding: 5px;
padding: 1em;
margin: 15px 5px 10px 5px;
}



+ 1
- 1
templates/index.mako View File

@@ -216,7 +216,7 @@
% if attrib:
<% 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.
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>
% endif



Loading…
Cancel
Save