Skip to content

Commit

Permalink
API Rename FormField Value to getFormattedValue
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 14, 2025
1 parent d255575 commit 0baaff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/Includes/TestSession_State.ss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="#" onclick="document.getElementById('state').style.display = 'block'; return false;">Show testing state</a>
<ul id="state" style="display: none;">
<% loop $State %>
<li><strong>$Name:</strong> $Value</li>
<li><strong>$Name:</strong> $FormattedValue</li>
<% end_loop %>
</ul>
</p>
Expand Down

0 comments on commit 0baaff0

Please sign in to comment.