Explorar el Código

add missing id

tags/v0.99.beta17
Ben Wiley Sittler bsittler hace 17 años
padre
commit
3336b41178
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      caca-php/examples/www/export.php

+ 1
- 1
caca-php/examples/www/export.php Ver fichero

@@ -72,7 +72,7 @@ update_preview = function (select)

<form id="exportform" name="exportform" action="#" enctype="multipart/form-data" method="post">
<label for="file">File:</label>
<input name="file" type="file" /> <em>(optional)</em>
<input id="file" name="file" type="file" /> <em>(optional)</em>
<br />
<input type="submit" value="Export" />
<label for="format">as</label>


Cargando…
Cancelar
Guardar