Hello. On 18th line in source code of a browser page view there is a script tag that lacking a type (type="text/javascript") attribute. This creates a warning when a html validation is done. How can I add a type attribute to that script tag? Which dolphin code source file should I edit? That line is below.
<script>var urlIconLoading = 'http://www.example.com/templates/tmpl_uni/images/loading.gif';</script>
Thanks.