We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f169257 commit 0fb61a2Copy full SHA for 0fb61a2
1 file changed
src/main/resources/views/validate.vm
@@ -44,11 +44,11 @@
44
<div id="result">
45
#if($result)
46
<h3>Validation Result</h3>
47
- <p>Status: <strong>#if($result.valid) Valid #else Invalid #end</strong></p>
+ <p>Status: <strong>#if($result.passed) Valid #else Invalid #end</strong></p>
48
#if(!$result.utf8Valid)
49
<p><strong>The file is not valid UTF-8</strong></p>
50
#end
51
- <p>Execution Time: $result.executionTimeMs ms</p>
+ <p>Execution Time: $result.executionTime ms</p>
52
53
54
#if($errorsTable)
0 commit comments