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

Side by Side Diff: net/base/dir_header.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 10 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 unified diff | Download patch
« no previous file with comments | « content/browser/webui/web_ui_data_source_impl.cc ('k') | ui/base/webui/web_ui_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <html i18n-values="dir:textdirection"> 3 <html i18n-values="dir:textdirection;lang:language">
4 4
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 7
8 <script> 8 <script>
9 function addRow(name, url, isdir, size, date_modified) { 9 function addRow(name, url, isdir, size, date_modified) {
10 if (name == ".") 10 if (name == ".")
11 return; 11 return;
12 12
13 var root = "" + document.location; 13 var root = "" + document.location;
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 <tr class="header"> 150 <tr class="header">
151 <td i18n-content="headerName"></td> 151 <td i18n-content="headerName"></td>
152 <td class="detailsColumn" i18n-content="headerSize"></td> 152 <td class="detailsColumn" i18n-content="headerSize"></td>
153 <td class="detailsColumn" i18n-content="headerDateModified"></td> 153 <td class="detailsColumn" i18n-content="headerDateModified"></td>
154 </tr> 154 </tr>
155 </table> 155 </table>
156 156
157 </body> 157 </body>
158 158
159 </html> 159 </html>
OLDNEW
« no previous file with comments | « content/browser/webui/web_ui_data_source_impl.cc ('k') | ui/base/webui/web_ui_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698