stefan1959 Posted May 17, 2013 Share Posted May 17, 2013 I got couple of validation errors in dreamweaver. eg <script language="javascript" src="feeds/productsinfo.php?pid=1&get=name"></script> validation errors & did not start a character reference. (& probably should have been escaped as &.) and The language attribute on the script element is obsolete. You can safely omit it. I changed code to <script src="feeds/productsinfo.php?pid=1&get=name"></script> scripts works fine and no errors Is the above ok to use? Steve 0 Quote Link to comment Share on other sites More sharing options...
synik4l Posted May 17, 2013 Share Posted May 17, 2013 yes thats completely fine. Just check in the html on the page and make sure it looks correct on the production side. But that should work fine. 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 17, 2013 Share Posted May 17, 2013 There are several small items like that littered thought-out the templates. No big deal, just make a copy of the template directory and make the changes there. So if you are using the "default" template, make a copy of that and call it something else like "mytemplate". The go into settings and set WHMCS to use "Mytemplate" as design. This way all the changes you make in "mytemplate" don't get overwritten by upgrades. 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.