Commit e73755b0 authored by Vesa Palmu's avatar Vesa Palmu
Browse files

#734454 by ibex - Unmatched script tag

parent d8bb37ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,8 +186,8 @@ function theme_addthis_button($node, $teaser) {
        $_SERVER['HTTPS'] == 'on' ? 'https://secure.addthis.com' : 'http://s7.addthis.com',
        variable_get('addthis_widget_version', '152')
      );
    }
      $button .= '</script>';    
    }
  }
  return $button;
}