diff options
author | wurblzap%gmail.com <> | 2009-03-02 21:24:28 +0000 |
---|---|---|
committer | wurblzap%gmail.com <> | 2009-03-02 21:24:28 +0000 |
commit | a1bc4c8640add65465bc796a02fb7d07c51d59e4 (patch) | |
tree | 84117c9af4b0c799ef6b480d53e2f09e371112e5 /template | |
parent | 57886ccea2f55e517bd06e7a8f5b90bbf407ab97 (diff) | |
download | bugs-a1bc4c8640add65465bc796a02fb7d07c51d59e4.tar bugs-a1bc4c8640add65465bc796a02fb7d07c51d59e4.tar.gz bugs-a1bc4c8640add65465bc796a02fb7d07c51d59e4.tar.bz2 bugs-a1bc4c8640add65465bc796a02fb7d07c51d59e4.tar.xz bugs-a1bc4c8640add65465bc796a02fb7d07c51d59e4.zip |
Bug 481025 - Remove rogue Byte Order Mark.
Patch by Marc Schumann <wurblzap@gmail.com>;
r/a=mkanat
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/account/auth/login-small.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/auth/login-small.html.tmpl b/template/en/default/account/auth/login-small.html.tmpl index fd651e71d..92901631f 100644 --- a/template/en/default/account/auth/login-small.html.tmpl +++ b/template/en/default/account/auth/login-small.html.tmpl @@ -1,4 +1,4 @@ -[%# The contents of this file are subject to the Mozilla Public +[%# The contents of this file are subject to the Mozilla Public # License Version 1.1 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ |