diff options
author | zvorygin@chromium.org <zvorygin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 15:43:39 +0000 |
---|---|---|
committer | zvorygin@chromium.org <zvorygin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-11 15:43:39 +0000 |
commit | 377ec417301e7cefcc60682661999d050d94270a (patch) | |
tree | be58bc817b92951f9ad9fa82873f2c21a8a4644c | |
parent | 0c4e92e6434bb8936aca2e03fe8d44201cb51089 (diff) | |
download | chromium_src-377ec417301e7cefcc60682661999d050d94270a.zip chromium_src-377ec417301e7cefcc60682661999d050d94270a.tar.gz chromium_src-377ec417301e7cefcc60682661999d050d94270a.tar.bz2 |
FileBrowser: replaced 'tape' initial title with blank 'zero-width no-break space'.
BUG=chromium-os:21411
TEST=Manual: open file-browser and observe that 'tape' sign doesn't flicker now?
Review URL: http://codereview.chromium.org/10027029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131772 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/resources/file_manager/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html index 38789c6..c5b8d8d 100644 --- a/chrome/browser/resources/file_manager/main.html +++ b/chrome/browser/resources/file_manager/main.html @@ -112,7 +112,7 @@ -- the directory as the page title. Until then, have a unicode glyph -- of a tape reel. --> - <title>✇</title> + <title></title> </head> <body i18n-values=".style.fontFamily:WEB_FONT_FAMILY; .style.fontSize:WEB_FONT_SIZE"> |