Disabled resultArea for XMLTools

This commit is contained in:
2023-02-23 09:15:47 +01:00
parent 169ba0d2d1
commit ac908e49e6
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@
<br><br>
<label for="resultArea"><b>Result:<span id="procinfo"></span></b></label>
<textarea id="resultArea" name="resultArea" rows="2"
<textarea disabled id="resultArea" name="resultArea" rows="2"
class="bordered-field vert2ically-resizeable max-width" style="margin-bottom: 50px;"></textarea>
</div>