Skip to content

Commit

Permalink
escape escapes
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <[email protected]>
  • Loading branch information
andrewfg committed Dec 8, 2024
1 parent 2c10442 commit b8bf168
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions developers/addons/addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ The `request` and `requestPlain` values may contain special tokens that are dyna

In `requestPlain`standard backslash sequences will be translated, and in addition to \, there are five XML special characters which need to be escaped:

| Character | Replacement |
|-----------|-------------|
| & | &amp; |
| < | &lt; |
| > | &gt; |
| " | &quot; |
| ' | &apos; |
| Character | Replacement |
|-----------|--------------|
| & | &&amp; |
| < | &&lt; |
| > | &&gt; |
| " | &&quot; |
| ' | &&apos; |

#### IP Discovery: Formatting of substituted MAC address (within `requestPlain`)

Expand Down

0 comments on commit b8bf168

Please sign in to comment.