diff --git a/includes/form.inc b/includes/form.inc
index 3af3d1375e37..05515fe131fd 100644
--- a/includes/form.inc
+++ b/includes/form.inc
@@ -669,7 +669,7 @@ function theme_button($element) {
* A themed HTML string representing the hidden form field.
*/
function theme_hidden($element) {
- return '\n";
+ return '\n";
}
/**