summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-05-25 19:31:50 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-05-25 19:31:50 +0200
commit4868e1c68b960733030973e29477f20fafc30eb9 (patch)
tree4c6b19494737c05889985b2d345bfbe24ae4e587 /inc
parent0b173dce41bf258bf8d4bb1ca3e53064521e5cf2 (diff)
downloadrpg-4868e1c68b960733030973e29477f20fafc30eb9.tar.gz
rpg-4868e1c68b960733030973e29477f20fafc30eb9.tar.bz2
validity fix in image meta edit form
darcs-hash:20060525173150-7ad00-07520ef2e00d48a01eb3681357d3a31e2feea86b.gz
Diffstat (limited to 'inc')
-rw-r--r--inc/media.php2
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>';
}
/**