]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/AnnotationBundle/Form/NewAnnotationType.php
Optionnal quote because the frontend does not use it
[github/wallabag/wallabag.git] / src / Wallabag / AnnotationBundle / Form / NewAnnotationType.php
index aac6445c82e9aa066205ac4bec7bf1eb43f7a312..48bc2c59d1085f24a4182a1e0d3d0b399a6ecc28 100644 (file)
@@ -17,7 +17,7 @@ class NewAnnotationType extends AbstractType
                 'empty_data' => '',
             ])
             ->add('quote', null, [
-                'empty_data' => null,
+                'empty_data' => '',
                 'trim' => false,
             ])
             ->add('ranges', CollectionType::class, [