Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-05-02 00:46:44 +02:00
commit 41d7c03bb3
2 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,7 @@ VerboseMultiSubmit, ReplaceHelpImg
- bug #3521416 [interface] JS error when editing index
- bug #3521313 [core] Call to undefined function __()
- bug #3521016 [edit] NOW() function incorrectly selected
- bug [GUI] Invalid HTML code on transformation_overview.php
3.5.1.0 (not yet released)
- bug #3510784 [edit] Limit clause ignored when sort order is remembered

View File

@ -208,6 +208,8 @@ if (isset($GLOBALS['is_ajax_request']) && !$GLOBALS['is_ajax_request']) {
} // end if
}
}
echo '<div class="clearfloat"></div>';
echo '</div>';
}
}
echo '<div class="clearfloat"></div>';