Merge branch 'smaller-than' into 'main'

section-accessibility: Close tag

See merge request GNOME/gtk!6243
This commit is contained in:
Matthias Clasen 2023-08-05 19:21:44 +00:00
commit 8083cb0e47

View File

@ -222,7 +222,7 @@ It is possible to set accessible attributes in UI files as well:
<accessibility> <accessibility>
<property name="label">Download</property> <property name="label">Download</property>
<relation name="labelled-by">label1</relation> <relation name="labelled-by">label1</relation>
/accessibility> </accessibility>
</object> </object>
``` ```