Commit 1224fe1
authored
Add single quotes to example.
In XML, both types of quote can be used in attributes without escaping, as long as the attribute itself uses the other quote type. This doesn't work when the string contains both quote types, which is when you'd consider using the verbose syntax.1 parent f95c94a commit 1224fe1
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments