| Index: components/dom_distiller/webui/resources/about_dom_distiller.html
|
| diff --git a/components/dom_distiller/webui/resources/about_dom_distiller.html b/components/dom_distiller/webui/resources/about_dom_distiller.html
|
| index 474868e7afd3213c7528ec46b1190b59bfd78dfa..66bd044db3081d64eea6cfcf7e9887da9f993de5 100644
|
| --- a/components/dom_distiller/webui/resources/about_dom_distiller.html
|
| +++ b/components/dom_distiller/webui/resources/about_dom_distiller.html
|
| @@ -29,13 +29,13 @@ found in the LICENSE file.
|
| <h1 id="listTitle" i18n-content="domDistillerTitle"></h1>
|
| </header>
|
| <div id="add-entry">
|
| - <form>
|
| - <label for="article_url" i18n-content="addArticleUrl"></label>
|
| - <input type="text" id="article_url" />
|
| - <br/>
|
| - <button id="addbutton" i18n-content="addArticleAddButtonLabel"></button>
|
| - </form>
|
| + <label for="article_url" i18n-content="addArticleUrl"></label>
|
| + <input type="text" id="article_url" />
|
| + <br/>
|
| + <button id="addbutton" i18n-content="addArticleAddButtonLabel"></button>
|
| + <button id="viewbutton" i18n-content="viewUrlButtonLabel"></button>
|
| <span id="add-entry-error" i18n-content="addArticleFailedLabel"></span>
|
| + <span id="view-url-error" i18n-content="viewUrlFailedLabel"></span>
|
| </div>
|
| <div id="update-list">
|
| <form>
|
|
|