Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5141)

Unified Diff: chrome/common/extensions/docs/templates/private/cc.html

Issue 119983002: convert cc logo to png to avoid unhandled mimetype in appengine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: trying to fix binary issue with rietveld Created 6 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/docs/static/images/cc_by.svg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/templates/private/cc.html
diff --git a/chrome/common/extensions/docs/templates/private/cc.html b/chrome/common/extensions/docs/templates/private/cc.html
index e4d387b388414769ba95d9a78d4f8cb87290966c..7e38c1fa2e65a95e47afea4075618472ae8a6d7e 100644
--- a/chrome/common/extensions/docs/templates/private/cc.html
+++ b/chrome/common/extensions/docs/templates/private/cc.html
@@ -1,5 +1,5 @@
<footer id="cc-info">
<button id="send-feedback" class="google-button" data-feedback>Send Feedback</button>
<!--p class="last-updated">Last updated August 2, 2013.</p-->
- <p class="cc-license"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="{{static}}/images/cc_by.svg" alt="Licensed Creative Commons by Attribution"></a></p>
+ <p class="cc-license"><a href="http://creativecommons.org/licenses/by/3.0/"><img src="{{static}}/images/cc_by.png" alt="Licensed Creative Commons by Attribution"></a></p>
</footer>
« no previous file with comments | « chrome/common/extensions/docs/static/images/cc_by.svg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698