We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d938e7d commit 8a30411Copy full SHA for 8a30411
1 file changed
gui/templates/dashio/results/resultsBugs.tpl
@@ -10,7 +10,7 @@ Purpose: smarty template - show Test Results and Metrics
10
11
{include file="inc_head.tpl"}
12
{foreach from=$gui->tableSet key=idx item=matrix name="initializer"}
13
- {$tableID="$matrix->tableID"}
+ {$tableID=$matrix->tableID}
14
{if $smarty.foreach.initializer.first}
15
{$matrix->renderCommonGlobals()}
16
{if $matrix instanceof tlExtTable}
0 commit comments