durangod Posted July 10, 2014 Share Posted July 10, 2014 I was trying to get this to pass W3C and managed to patch some of the addon issues but the WHMCS stuff i will post here so you know. javascript wrong declaration. All of these portal files (im assuming the other template styles are the same way) have the wrong declaration. <script language="javascript"> is an ancient and outdated way of declaring. it should be <script type="text/javascript" language="javascript"> or the preference today is just <script type="text/javascript"> im assuming you might have some older coders there that its hard to break bad habbits, happens to us all, took me forever to get used to self closing img with / lol see image attached.. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.