diff options
Diffstat (limited to 'inc')
-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>'; } /** |