mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
extensions-app: Fix XML declaration in gschema
Even if an invalid syntax doesn't make glib-compile-schemas error out in this case, ensure the file is valid XML to appease third-party parsers. Signed-off-by: Gabriel Nagy <gabriel.nagy@canonical.com> Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3281>
This commit is contained in:
parent
817ae50692
commit
a106e52b4f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<?<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<schemalist>
|
||||
<schema path="/org/gnome/Extensions/" id="org.gnome.Extensions">
|
||||
<key name="window-width" type="i">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue