Hi,
I just noted a minor error during the WC3 validation of html pages using this mod.
In the google_analytics.php file on line 84-85 original file is:
Should be:PHP Code:<!-- Google Analytics -->
<script>
This way the WC3 validation is fine.PHP Code:<!-- Google Analytics -->
<script type="text/javascript">


Reply With Quote
