src: use double quotes for XML

This commit is contained in:
Christian Hergert
2019-05-29 15:02:05 -07:00
parent b6685b7e5f
commit 62c9057089

View File

@ -2,9 +2,9 @@
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node> <node>
<interface name="org.gnome.Sysprof3.Profiler"> <interface name="org.gnome.Sysprof3.Profiler">
<method name='Start'> <method name="Start">
<arg type='h' name='fd' direction='in'/> <arg type="h" name="fd" direction="in"/>
</method> </method>
<method name='Stop'/> <method name="Stop"/>
</interface> </interface>
</node> </node>