Index: chrome/common/extensions/docs/server2/templates/intros/experimental_infobars.html |
=================================================================== |
--- chrome/common/extensions/docs/server2/templates/intros/experimental_infobars.html (revision 150606) |
+++ chrome/common/extensions/docs/server2/templates/intros/experimental_infobars.html (working copy) |
@@ -1,4 +1,3 @@ |
-<!-- BEGIN AUTHORED CONTENT --> |
<p> |
The infobars API allows you to add a |
horizontal panel just above a tab's contents, |
@@ -6,7 +5,7 @@ |
</p> |
<p> |
-<img src="../images/infobar.png" |
+<img src="{{static}}/images/infobar.png" |
width="566" height="150" |
alt="An infobar asking whether the user wants to translate the current page" /> |
</p> |
@@ -46,6 +45,4 @@ |
"background": { |
"scripts": ["background.js"] |
} |
-}</pre> |
- |
-<!-- END AUTHORED CONTENT --> |
+}</pre> |