test-framework: Changing the template html < and > to lt/gt entities
Some xpath parsers get confused by the explicit < and > characters. Signed-off-by: Mateusz Kozlowski <mateusz.kozlowski@solidigm.com>
This commit is contained in:
parent
f11d3e3694
commit
a7a87fc83c
@ -18,11 +18,11 @@
|
|||||||
<option style="background-color: white; color: black" value="debug">Debug</option>
|
<option style="background-color: white; color: black" value="debug">Debug</option>
|
||||||
</select>
|
</select>
|
||||||
<b>Errors: </b>
|
<b>Errors: </b>
|
||||||
<button onclick="previousError()"><</button>
|
<button onclick="previousError()"><</button>
|
||||||
<select id="error-list-selector" onchange="errorSelected('error-list-selector')">
|
<select id="error-list-selector" onchange="errorSelected('error-list-selector')">
|
||||||
<option value="top" class="empty">-empty-</option>
|
<option value="top" class="empty">-empty-</option>
|
||||||
</select>
|
</select>
|
||||||
<button onclick="nextError()">></button>
|
<button onclick="nextError()">></button>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<a name="top"><h1 class="iteration-title" style="border-bottom: 4px solid rgba(255, 0, 0, 1)">[title]</h1></a>
|
<a name="top"><h1 class="iteration-title" style="border-bottom: 4px solid rgba(255, 0, 0, 1)">[title]</h1></a>
|
||||||
|
@ -18,11 +18,11 @@
|
|||||||
<option style="background-color: white; color: black" value="debug">Debug</option>
|
<option style="background-color: white; color: black" value="debug">Debug</option>
|
||||||
</select>
|
</select>
|
||||||
<b>Errors: </b>
|
<b>Errors: </b>
|
||||||
<button onclick="previousError()"><</button>
|
<button onclick="previousError()"><</button>
|
||||||
<select id="error-list-selector" onchange="errorSelected('error-list-selector')">
|
<select id="error-list-selector" onchange="errorSelected('error-list-selector')">
|
||||||
<option value="top">-empty-</option>
|
<option value="top">-empty-</option>
|
||||||
</select>
|
</select>
|
||||||
<button onclick="nextError()">></button>
|
<button onclick="nextError()">></button>
|
||||||
</div>
|
</div>
|
||||||
<br/>
|
<br/>
|
||||||
<a name="top">
|
<a name="top">
|
||||||
|
Loading…
Reference in New Issue
Block a user