Explorar el Código

show cmd variable on errors

Serghey Rodin hace 11 años
padre
commit
b00e1f6f0e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/templates/admin/add_cron.html

+ 1 - 1
web/templates/admin/add_cron.html

@@ -90,7 +90,7 @@
                             </tr>
                             <tr>
                                 <td>
-                                    <input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value='".$v_cmd."'"; ?>>
+                                    <input type="text" size="30" class="vst-input long" name="v_cmd" <?php if (!empty($v_cmd)) echo "value=".$v_cmd.""; ?>>
                                 </td>
                             </tr>
                         </table>