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 |
|
| | Character | Escape Code |
|
||||||
| Ampersand | & | & |
|
| Ampersand | & | \& |
|
||||||
| Single Quote | ' | ' |
|
| Single Quote | ' | \' |
|
||||||
| Double Quote | " | "
|
| Double Quote | " | \"
|
||||||
| Greater Than | > | >
|
| Greater Than | > | \>
|
||||||
| Less Than | < | <
|
| Less Than | < | \<
|
||||||
|
|
||||||
|
|
||||||
The components of a \<gui_url> element are:
|
The components of a \<gui_url> element are:
|
||||||
|
|
Loading…
Reference in New Issue