Commit 5a91f745 authored by Jean-Baptiste Oellers's avatar Jean-Baptiste Oellers
Browse files

Fix: erreur page formulaire activité quand le texte d'aide contient le caractère %

parent a61b4278
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ class OscarFormRow extends FormRow
                        <label title="'.$name.'">%s %s</label>
                        %s
                        <div class="messages">%s</div>
                        '. $configElem . '
                        '. str_replace('%', '&#37;', $configElem) . '
                    </div>',
            $classRow,
            $label,