diff options
author | Matt Selsky <selsky@columbia.edu> | 2013-01-02 01:02:48 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-01-02 01:02:48 +0100 |
commit | 20167554b06f6f8aa02f61bb7bbc3dd81db5271d (patch) | |
tree | f1350c566f2220e6086b79eb2be3ecc96df4ee55 /extensions/Voting/template | |
parent | d8127f98072f24f81e77215eab30494a4bf9b16e (diff) | |
download | bugs-20167554b06f6f8aa02f61bb7bbc3dd81db5271d.tar bugs-20167554b06f6f8aa02f61bb7bbc3dd81db5271d.tar.gz bugs-20167554b06f6f8aa02f61bb7bbc3dd81db5271d.tar.bz2 bugs-20167554b06f6f8aa02f61bb7bbc3dd81db5271d.tar.xz bugs-20167554b06f6f8aa02f61bb7bbc3dd81db5271d.zip |
Bug 825784: hook/global/messages-messages.html.tmpl has DOS line-endings
r/a=LpSolit
Diffstat (limited to 'extensions/Voting/template')
-rw-r--r-- | extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl b/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl index 74a2d937a..e6e5f22c7 100644 --- a/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl +++ b/extensions/Voting/template/en/default/hook/global/messages-messages.html.tmpl @@ -1,16 +1,16 @@ -[%# This Source Code Form is subject to th e terms of the Mozilla Public
- # License, v. 2.0. If a copy of the MPL was not distributed with this
- # file, You can obtain one at http://mozilla.org/MPL/2.0/.
- #
- # This Source Code Form is "Incompatible With Secondary Licenses", as
- # defined by the Mozilla Public License, v. 2.0.
- #%]
-
-[%# This is a list of all the possible messages. Please keep them in
- # alphabetical order by message tag, and leave a blank line between messages.
- #%]
-
-[% IF message_tag == "votes_recorded" %]
- The changes to your votes have been saved.
-[% END %]
-
+[%# This Source Code Form is subject to th e terms of the Mozilla Public + # License, v. 2.0. If a copy of the MPL was not distributed with this + # file, You can obtain one at http://mozilla.org/MPL/2.0/. + # + # This Source Code Form is "Incompatible With Secondary Licenses", as + # defined by the Mozilla Public License, v. 2.0. + #%] + +[%# This is a list of all the possible messages. Please keep them in + # alphabetical order by message tag, and leave a blank line between messages. + #%] + +[% IF message_tag == "votes_recorded" %] + The changes to your votes have been saved. +[% END %] + |