Bugfixes: case sensitivity, percent sign rendering

Temporary work-around: disabled client navbar home link to prevent exit
This commit is contained in:
2021-12-06 21:47:02 +00:00
parent 724ffbfdf4
commit cb39592bd3
3 changed files with 9 additions and 5 deletions

View File

@ -142,8 +142,12 @@
<label for="sample2" class="form-check-label">The <i>Dungeons &amp; Dragons Fifth Edition Monster Manual</i>.</label>
</div>
<div class="form-check">
<input type="radio" class="form-check-input" id="sample3" name="sample" value="3" checked>
<label for="sample3" class="form-check-label">All of the above</i></label>
<input type="radio" class="form-check-input" id="sample3" name="sample" value="2">
<label for="sample3" class="form-check-label">The Trade Union and Labour Relations (Consolidation) Act 1992.</label>
</div>
<div class="form-check">
<input type="radio" class="form-check-input" id="sample4" name="sample" value="4" checked>
<label for="sample4" class="form-check-label">All of the above</i></label>
</div>
</div>
</div>