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

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

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: ok now it should work Created 8 years, 5 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
Index: chrome/common/extensions/docs/server2/templates/private/event.html
diff --git a/chrome/common/extensions/docs/server2/templates/private/event.html b/chrome/common/extensions/docs/server2/templates/private/event.html
index f20ee11e598bac3043a7939da1c0351aad020cf1..e643acd18ce1ffdb6dd8907e4a3f764ef0177ace 100644
--- a/chrome/common/extensions/docs/server2/templates/private/event.html
+++ b/chrome/common/extensions/docs/server2/templates/private/event.html
@@ -1,8 +1,8 @@
<div>
- <a name="event-{{name}}"></a>
+ <a name="event-{{?prefix}}{{prefix}}-{{/}}{{name}}"></a>
<h4>{{name}}</h4>
<div class="summary">
- <span class="subdued">chrome.{{api.name}}.</span>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</span>);
+ <span class="subdued">{{?prefix}}{{prefix}}{{:}}chrome.{{api.name}}{{/}}.</span>{{name}}<span class="subdued">.addListener</span>(function({{#parameters}}{{+partials.parameter_item}}{{^last}}, {{/}}{{/}})<span class="subdued"> {...}</span>);
</div>
<div class="description">
<p>{{{description}}}</p>

Powered by Google App Engine
This is Rietveld 408576698