diff options
author | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-08-10 20:08:02 +0100 |
---|---|---|
committer | Martin Whitaker <mageia@martin-whitaker.me.uk> | 2018-08-10 20:08:02 +0100 |
commit | d5a9c00d5c161169ea5a997d59056eac41a2bfba (patch) | |
tree | fc3fcfeb496f57a2ddcca350ec6691bfcfe19cd6 | |
parent | 4aecb756954ecc4411dc738895f3d366beb4825e (diff) | |
download | common-data-d5a9c00d5c161169ea5a997d59056eac41a2bfba.tar common-data-d5a9c00d5c161169ea5a997d59056eac41a2bfba.tar.gz common-data-d5a9c00d5c161169ea5a997d59056eac41a2bfba.tar.bz2 common-data-d5a9c00d5c161169ea5a997d59056eac41a2bfba.tar.xz common-data-d5a9c00d5c161169ea5a997d59056eac41a2bfba.zip |
Update link to freedesktop menu spec DTD.
This fixes a fatal error when running xmllint. xmllint still warns it
can't fetch the DTD, but that's because libxml doesn't support https:
https://bugzilla.gnome.org/show_bug.cgi?id=791220
-rw-r--r-- | menu/applications.menu.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/menu/applications.menu.in b/menu/applications.menu.in index 0a83bc7..c655861 100644 --- a/menu/applications.menu.in +++ b/menu/applications.menu.in @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd"> +<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "https://standards.freedesktop.org/menu-spec/menu-latest.dtd"> <Menu> <Name>Applications</Name> <Layout> |