X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fhtmlform%2Ffields%2FHTMLFormFieldWithButton.php;h=716a0920f3c090f8eac10bfec859dfd7b5893065;hb=2f1e5a8d22d7c005e72f8bdb732e6d7076ac3344;hp=b2290ce3c144b03b10321161173338f78b85ea7a;hpb=ee58c7b17014f3c97408364c073268272c59693f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/htmlform/fields/HTMLFormFieldWithButton.php b/includes/htmlform/fields/HTMLFormFieldWithButton.php index b2290ce3c1..716a0920f3 100644 --- a/includes/htmlform/fields/HTMLFormFieldWithButton.php +++ b/includes/htmlform/fields/HTMLFormFieldWithButton.php @@ -70,6 +70,6 @@ class HTMLFormFieldWithButton extends HTMLFormField { * @return String */ public function getElement( $element ) { - return $element . ' ' . $this->getInputHTML( '' ); + return $element . "\u{00A0}" . $this->getInputHTML( '' ); } }