Skip to content

Commit b00e1f6

Browse files
committed
show cmd variable on errors
1 parent c9f8c5a commit b00e1f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/templates/admin/add_cron.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
</tr>
9191
<tr>
9292
<td>
93-
<input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value='".$v_cmd."'"; ?>>
93+
<input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value=".$v_cmd.""; ?>>
9494
</td>
9595
</tr>
9696
</table>

0 commit comments

Comments
 (0)