This commit is contained in:
dgtlmoon
2025-10-06 17:04:38 +02:00
parent 10ff8516e2
commit ddeb90752a
2 changed files with 3 additions and 3 deletions
@@ -44,9 +44,11 @@
<input type="radio" name="diff_type" id="diffLines" value="diffLines" checked=""> Lines</label>
{# @todo choose other types by their mimetype? #}
<span>
<!-- https://github.com/kpdecker/jsdiff/issues/389 ? -->
<label for="ignoreWhitespace" class="pure-checkbox" id="label-diff-ignorewhitespace">
<input type="checkbox" id="ignoreWhitespace" name="ignoreWhitespace"> Ignore Whitespace</label>
<label for="plainText" class="pure-checkbox" id="label-diff-plaintext">
<input type="checkbox" id="plainText" name="plainText"> Plain-text</label>
</span>
</fieldset>
</form>
-2
View File
@@ -65,8 +65,6 @@ elementpath==4.1.5
selenium~=4.31.0
diff-match-patch
# https://github.com/pallets/werkzeug/issues/2985
# Maybe related to pytest?
werkzeug==3.0.6