diff --git a/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html b/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html index 4c98102498966f20954d48c897a2f7e9bdf933fe..380e1a60178de6a277b0ac2c2226946385b834b0 100644 --- a/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html +++ b/typo3/sysext/fluid/Resources/Private/Templates/ViewHelpers/Widget/Autocomplete/Index.html @@ -1,7 +1,7 @@ <script type="text/javascript"> jQuery(function() { jQuery("#{id}").autocomplete(<f:format.raw value="{" /> - source: "{f:widget.uri(action:'autocomplete', ajax: 1)}", + source: <f:format.raw>"{f:widget.uri(action:'autocomplete', ajax: 1)}"</f:format.raw>, minLength: 2 }); });