This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.
When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:
Hi,
I like to have my websites to pass HTML validation and I am stuck with something which I don't think I can edit on the master layout or within the mojoportal site files.
Every javascript instance on the page gets a HTML warning"
The type attribute is unnecessary for JavaScript resources. From line 74, column 1; to line 74, column 87 <script src="//ajax.aspnetcdn.com/ajax/4.5/6/WebFormsBundle.js" type="text/javascript">
The type attribute is unnecessary for JavaScript resources.
From line 74, column 1; to line 74, column 87
<script src="//ajax.aspnetcdn.com/ajax/4.5/6/WebFormsBundle.js" type="text/javascript">
This can be easily seen on the mojoportal's own home page when that is validated. c.f.
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.mojoportal.com
Hi Karl,
Thanks for bringing this up. We'll look at removing the type param from the script references in mojoPortal.
Thanks, Joe