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:

PHP Code:
    <!-- Google Analytics -->
            <
script
Should be:
PHP Code:
            <!-- Google Analytics -->
            <
script type="text/javascript"
This way the WC3 validation is fine.