mirror of https://github.com/BOINC/boinc.git
Update GuiUrls.md file
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
parent
863032de26
commit
9096ab9e46
10
GuiUrls.md
10
GuiUrls.md
|
@ -34,11 +34,11 @@ Like with any XML file, all text (including URLs) must be entity-escaped:
|
|||
| <!-- --> | <!-- --> | <!-- --> |
|
||||
| --- | --- | --- |
|
||||
| | Character | Escape Code |
|
||||
| Ampersand | & | & |
|
||||
| Single Quote | ' | ' |
|
||||
| Double Quote | " | "
|
||||
| Greater Than | > | >
|
||||
| Less Than | < | <
|
||||
| Ampersand | & | \& |
|
||||
| Single Quote | ' | \' |
|
||||
| Double Quote | " | \"
|
||||
| Greater Than | > | \>
|
||||
| Less Than | < | \<
|
||||
|
||||
|
||||
The components of a \<gui_url> element are:
|
||||
|
|
Loading…
Reference in New Issue