Update GuiUrls.md file

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Vitalii Koshura 2023-04-09 17:48:35 +02:00
parent 863032de26
commit 9096ab9e46
No known key found for this signature in database
GPG Key ID: CE0DB1726070A5A3
1 changed files with 5 additions and 5 deletions

@ -34,11 +34,11 @@ Like with any XML file, all text (including URLs) must be entity-escaped:
| <!-- --> | <!-- --> | <!-- --> |
| --- | --- | --- |
| | Character | Escape Code |
| Ampersand | & | &amp; |
| Single Quote | ' | &apos; |
| Double Quote | " | &quot;
| Greater Than | > | &gt;
| Less Than | < | &lt;
| Ampersand | & | \&amp; |
| Single Quote | ' | \&apos; |
| Double Quote | " | \&quot;
| Greater Than | > | \&gt;
| Less Than | < | \&lt;
The components of a \<gui_url> element are: