section-accessibility: Close tag

This commit is contained in:
Hari Rana 2023-08-05 12:25:23 -04:00
parent ee5a95ba24
commit 544320a961
No known key found for this signature in database
GPG Key ID: FA9B0DB2217599CA

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>
``` ```