[cc-commits] [CC SVN] r15468 - themes/creativecommons.org/trunk
webmaster at creativecommons.org
webmaster at creativecommons.org
Tue Jan 17 15:05:17 EST 2012
Author: jpalecek
Date: 2012-01-17 20:05:17 +0000 (Tue, 17 Jan 2012)
New Revision: 15468
Modified:
themes/creativecommons.org/trunk/page-footer.php
Log:
Updated the rdfa in footer to be real rdfa.
Modified: themes/creativecommons.org/trunk/page-footer.php
===================================================================
--- themes/creativecommons.org/trunk/page-footer.php 2012-01-17 16:40:26 UTC (rev 15467)
+++ themes/creativecommons.org/trunk/page-footer.php 2012-01-17 20:05:17 UTC (rev 15468)
@@ -14,13 +14,35 @@
</div>
</div>
<div class="four offset-by-six columns">
- <div class="bucket">
- <p><a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons Attribution 3.0 License"><img src="<?php get_http_security(); ?>://i.creativecommons.org/l/by/3.0/88x31.png" alt="License"/></a></p>
- <div style="display: inline;" xmlns:cc="http://creativecommons.org/ns#" about="http://creativecommons.org">
- <p><small>Except where otherwise <a class="subfoot" href="/policies#license">noted</a>, content on <span property="cc:attributionName" content="Creative Commons"></span><span property="cc:attributionURL" content="http://creativecommons.org">this site</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/" class="subfoot">Creative Commons Attribution 3.0 License</a></small></p>
+ <div class="bucket">
+ <p>
+ <a rel = "license"
+ href="http://creativecommons.org/licenses/by/3.0/"
+ title="Creative Commons Attribution 3.0 License"
+ ><img src="http://i.creativecommons.org/l/by/3.0/88x31.png"
+ alt="License"/></a>
+ </p>
+ <div style="display: inline;" xmlns:cc="http://creativecommons.org/ns#"
+ about="http://creativecommons.org">
+ <p>
+ <small>
+ Except where otherwise
+ <a class="subfoot" href="/policies#license">noted</a>,
+ content on
+ <span
+ href="http://creativecommons.org"
+ property="cc:attributionName"
+ rel="cc:attributionURL">this site</span>
+ is licensed under a
+ <a rel="license"
+ href="http://creativecommons.org/licenses/by/3.0/"
+ class="subfoot">
+ Creative Commons Attribution 3.0 License</a>.
+ </small>
+ </p>
+ </div>
+ </div>
</div>
- </div>
- </div>
</div>
</div>
<div class="sixteen columns">
More information about the cc-commits
mailing list