Show
Ignore:
Timestamp:
12/16/07 17:22:59 (6 years ago)
Author:
d0nut
Message:

fixed adsense code to version 1.0.1
now in usage in easy-coding

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bbcode.adsense/files/lib/data/message/bbcode/AdSenseBBCode.class.php

    r114 r129  
    2727         
    2828                if ($parser->getOutputType() == 'text/html') { 
    29                         return '<script type="text/javascript"> 
    30                         <![CDATA[ 
    31                         '.$content.' 
    32                         ]]> 
    33                         </script> 
    34                         <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>'; 
     29                        return '<script type="text/javascript">//<![CDATA[ 
     30'.$content.' 
     31//]]></script> 
     32<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>'; 
     33 
    3534                } 
    3635                else if ($parser->getOutputType() == 'text/plain') {