summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:22:15 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:22:15 +0800
commit9a482dcfc2a016aafbab14a084d4270d94369729 (patch)
treea026ce644c45e92c3c2302e8c2ab22c97dfbe525 /templates
parent6730dc9944fdf0eff9d933f94a215963205be6f4 (diff)
replace license tag with div.license
Diffstat (limited to 'templates')
-rw-r--r--templates/license.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/license.html b/templates/license.html
index 06adc25..0f0cfb9 100644
--- a/templates/license.html
+++ b/templates/license.html
@@ -1,8 +1,8 @@
<div class="fineprint">
- <license>
+ <div class="license">
<a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'>
<img alt='Creative Commons License' style='border-width:0' src='http://i.creativecommons.org/l/by-sa/3.0/80x15.png'/>
</a>
<span xmlns:dct='http://purl.org/dc/terms/' href='http://purl.org/dc/dcmitype/StillImage' property='dct:title' rel='dct:type'>$title$</span> by <a xmlns:cc='http://creativecommons.org/ns#' href='http://elephly.net' property='cc:attributionName' rel='cc:attributionURL'>Rekado</a> is licensed under a <a rel='license' href='http://creativecommons.org/licenses/by-sa/3.0/'>Creative Commons Attribution-ShareAlike 3.0 Unported License</a>.
- </license>
+ </div>
</div>