diff options
author | Glenn Morris <rgm@gnu.org> | 2014-03-12 20:43:30 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-03-12 20:43:30 -0400 |
commit | 6cd46bdb24b8ce0bcceaae6cf84906dc9b35906e (patch) | |
tree | 9759e645888df9d39bc423520971c372ceac1d91 /nextstep | |
parent | a5765a3dc2a1469289d2c1c86b819672441fc23a (diff) |
* nextstep/templates/Info.plist.in: Make it strictly valid xml.
Fixes: debbugs:17002
Diffstat (limited to 'nextstep')
-rw-r--r-- | nextstep/ChangeLog | 4 | ||||
-rw-r--r-- | nextstep/templates/Info.plist.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/nextstep/ChangeLog b/nextstep/ChangeLog index 9f89059643..ad869f1a19 100644 --- a/nextstep/ChangeLog +++ b/nextstep/ChangeLog @@ -1,3 +1,7 @@ +2014-03-13 Glenn Morris <rgm@gnu.org> + + * templates/Info.plist.in: Make it strictly valid xml. (Bug#17002) + 2013-10-23 Glenn Morris <rgm@gnu.org> * Makefile.in (${ns_check_file} ${ns_appdir}): diff --git a/nextstep/templates/Info.plist.in b/nextstep/templates/Info.plist.in index 1259d72d38..ce8f9b163b 100644 --- a/nextstep/templates/Info.plist.in +++ b/nextstep/templates/Info.plist.in @@ -1,3 +1,4 @@ +<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright (C) 2008-2014 Free Software Foundation, Inc. @@ -17,7 +18,6 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. --> -<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> |