diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 19:31:50 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-05-25 19:31:50 +0200 |
commit | 4868e1c68b960733030973e29477f20fafc30eb9 (patch) | |
tree | 4c6b19494737c05889985b2d345bfbe24ae4e587 | |
parent | 0b173dce41bf258bf8d4bb1ca3e53064521e5cf2 (diff) | |
download | rpg-4868e1c68b960733030973e29477f20fafc30eb9.tar.gz rpg-4868e1c68b960733030973e29477f20fafc30eb9.tar.bz2 |
validity fix in image meta edit form
darcs-hash:20060525173150-7ad00-07520ef2e00d48a01eb3681357d3a31e2feea86b.gz
-rw-r--r-- | inc/media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/media.php b/inc/media.php index d4ee21956..57661a3bb 100644 --- a/inc/media.php +++ b/inc/media.php @@ -133,8 +133,8 @@ function media_metaform($id,$auth){ '" title="ALT+S" accesskey="s" class="button" />'.NL; echo '<input name="do[cancel]" type="submit" value="'.$lang['btn_cancel']. '" title="ALT+C" accesskey="c" class="button" />'.NL; + echo '</div>'.NL; echo '</form>'.NL; - echo '</div>'; } /** |