* nextstep/templates/Info.plist.in: Make it strictly valid xml.
Fixes: debbugs:17002
This commit is contained in:
parent
a5765a3dc2
commit
6cd46bdb24
2 changed files with 5 additions and 1 deletions
|
@ -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}):
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue