--- ad_html.module	2009-11-22 21:13:15.000000000 -0800
+++ ad_html.module	2010-02-11 17:44:09.000000000 -0800
@@ -29,6 +29,7 @@ function theme_ad_html_ad($ad) {
   if (isset($ad->aid)) {
     $output  = '<div class="html-advertisement" id="ad-'. $ad->aid .'">';
     if (isset($ad->html) && isset($ad->format)) {
+      $ad->format = 2;
       $output .= check_markup($ad->html, $ad->format, FALSE);
     }
     $output .= '</div>';
