File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6
6
decision to increase config file flexibility and keep code simple. In practical
7
7
terms, this means that ` <a><b>c</b></a> ` is equivalent to ` <a b="c" /> ` .
8
8
9
- To the end-user, the following three are therefore treated the same:
9
+ The following three are therefore treated the same:
10
10
11
11
```
12
12
<action>
Original file line number Diff line number Diff line change @@ -130,8 +130,7 @@ <h2 id="xml">XML</h2>
130
130
code simple. In practical terms, this means that
131
131
< code > <a><b>c</b></a></ code > is equivalent to
132
132
< code > <a b="c" /></ code > .</ p >
133
- < p > To the end-user, the following three are therefore treated the
134
- same:</ p >
133
+ < p > The following three are therefore treated the same:</ p >
135
134
< pre > < code > <action>
136
135
<name>Execute</name>
137
136
<command>foot</command>
You can’t perform that action at this time.
0 commit comments