Skip to content

Commit 0fb61a2

Browse files
committed
[bugfix] fix viaraible names in the velocity view
1 parent f169257 commit 0fb61a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/views/validate.vm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
<div id="result">
4545
#if($result)
4646
<h3>Validation Result</h3>
47-
<p>Status: <strong>#if($result.valid) Valid #else Invalid #end</strong></p>
47+
<p>Status: <strong>#if($result.passed) Valid #else Invalid #end</strong></p>
4848
#if(!$result.utf8Valid)
4949
<p><strong>The file is not valid UTF-8</strong></p>
5050
#end
51-
<p>Execution Time: $result.executionTimeMs ms</p>
51+
<p>Execution Time: $result.executionTime ms</p>
5252
#end
5353

5454
#if($errorsTable)

0 commit comments

Comments
 (0)