| @@ -49,9 +49,9 @@ | ||
| 49 | 49 | $idx = 1; |
| 50 | 50 | foreach ($values as $value) : |
| 51 | 51 | print "<tr><th style='text-align: left' scope='row'>".esc_html($key); |
| 52 | 52 | if ($idx > 1) : |
| 53 | - print esc_html( sprintf( '[%d]', intval( $idx ) ) ); | |
| 53 | + print "[$idx]"; | |
| 54 | 54 | endif; |
| 55 | 55 | print ":</th> "; |
| 56 | 56 | print "<td><pre><code>".esc_html($value)."</code></pre>"; |
| 57 | 57 | print "</td></tr>\n"; |