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

Unified Diff: chrome/browser/resources/about_credits_entry.tmpl

Issue 660163002: Collect license version as an optional_key in licenses.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Required Text functionality Created 6 years, 2 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 | « android_webview/tools/webview_licenses.py ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_credits_entry.tmpl
diff --git a/chrome/browser/resources/about_credits_entry.tmpl b/chrome/browser/resources/about_credits_entry.tmpl
index 032b0c41107fe1cc48568e12177ddeaa4d59f9f8..d1810cd94029454065620ea1318cda8b696e0522 100644
--- a/chrome/browser/resources/about_credits_entry.tmpl
+++ b/chrome/browser/resources/about_credits_entry.tmpl
@@ -3,7 +3,7 @@
<a class="show" href="#">show license</a>
<span class="homepage"><a href="{{url}}">homepage</a></span>
<div class="licence">
-<pre>{{license}}</pre>{{license_unescaped}}
+<pre>{{license}}</pre>
</div>
</div>
« no previous file with comments | « android_webview/tools/webview_licenses.py ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698