Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Space Between Attributes error [closed]

<div class="suggestionList" id="autoSuggestionsList" onclick="document.forms["searchform"].submit();return false"> </div>

When i right click on firefox and view source on my site i got above code has an error : No Space Between Attributes

where is that space?

like image 204
OarSmaN Avatar asked Jan 28 '26 21:01

OarSmaN


1 Answers

maybe try changing document.forms["searchform"] to document.forms['searchform']

like image 132
verbumSapienti Avatar answered Jan 30 '26 09:01

verbumSapienti



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!