Index: payment/uc_2checkout/uc_2checkout.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/payment/uc_2checkout/uc_2checkout.module,v
retrieving revision 1.6.2.10
diff -u -p -r1.6.2.10 uc_2checkout.module
--- payment/uc_2checkout/uc_2checkout.module	21 Sep 2009 14:34:50 -0000	1.6.2.10
+++ payment/uc_2checkout/uc_2checkout.module	15 Dec 2009 06:46:44 -0000
@@ -82,7 +82,7 @@ function uc_2checkout_form_alter(&$form,
 function uc_2checkout_payment_method() {
   $path = base_path() . drupal_get_path('module', 'uc_2checkout');
   $title = variable_get('uc_2checkout_method_title', t('Credit card on a secure server:'));
-  $title .= '<br /><img src="'. $path .'/2cocc05.gif" style="position: relative; left: 2.5em;">';
+  $title .= '<br /><img src="'. $path .'/2cocc05.gif" style="position: relative; left: 2.5em;" />';
 
   $methods[] = array(
     'id' => '2checkout',
Index: payment/uc_credit/uc_credit.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/payment/uc_credit/uc_credit.module,v
retrieving revision 1.5.2.19
diff -u -p -r1.5.2.19 uc_credit.module
--- payment/uc_credit/uc_credit.module	20 Oct 2009 20:58:08 -0000	1.5.2.19
+++ payment/uc_credit/uc_credit.module	15 Dec 2009 06:46:45 -0000
@@ -376,7 +376,7 @@ function uc_credit_payment_method() {
   $cc_types = array('visa', 'mastercard', 'discover', 'amex');
   foreach ($cc_types as $type) {
     if (variable_get('uc_credit_'. $type, TRUE)) {
-      $title .= ' <img src="'. $path .'/images/'. $type .'.gif" style="position: relative; top: 5px;">';
+      $title .= ' <img src="'. $path .'/images/'. $type .'.gif" style="position: relative; top: 5px;" />';
     }
   }
   $methods[] = array(
@@ -1104,7 +1104,7 @@ function theme_uc_payment_method_credit_
     if (variable_get('uc_credit_cvv_enabled', TRUE)) {
       $form['cc_cvv']['#title'] = '';
       $output .= '<tr><td class="field-label">'. t('CVV:') .'</td><td>'. drupal_render($form['cc_cvv'])
-                .' <img src="'. $path .'/images/info.png" onclick="cvv_info_popup();" style="cursor: pointer; position: relative; top: 3px;"> <a style="cursor: pointer; font-weight: normal;" onclick="cvv_info_popup();">'
+                .' <img src="'. $path .'/images/info.png" onclick="cvv_info_popup();" style="cursor: pointer; position: relative; top: 3px;"> <a style="cursor: pointer; font-weight: normal;" onclick="cvv_info_popup();" />'
                 . t("What's the CVV?") .'</a></td></tr>';
     }
     if (variable_get('uc_credit_bank_enabled', FALSE)) {
Index: payment/uc_paypal/uc_paypal.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/payment/uc_paypal/uc_paypal.module,v
retrieving revision 1.5.2.19
diff -u -p -r1.5.2.19 uc_paypal.module
--- payment/uc_paypal/uc_paypal.module	18 Nov 2009 21:08:06 -0000	1.5.2.19
+++ payment/uc_paypal/uc_paypal.module	15 Dec 2009 06:46:45 -0000
@@ -162,15 +162,15 @@ function uc_paypal_payment_gateway() {
  */
 function uc_paypal_payment_method() {
   $path = base_path() . drupal_get_path('module', 'uc_credit');
-  $title1 = '<img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" style="position: relative; top: 5px; margin-right: 4px;">'
+  $title1 = '<img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" style="position: relative; top: 5px; margin-right: 4px;" />'
          . t('PayPal - pay without sharing your financial information.');
   $title2 = '<br /><span id="paypal-includes" style="padding-left: 5.5em;">'
           . t('<b>Includes:</b>');
   $cc_types = array('visa', 'mastercard', 'discover', 'amex', 'echeck');
   foreach ($cc_types as $type) {
-    $title2 .= ' <img src="'. $path .'/images/'. $type .'.gif" style="position: relative; top: 5px;">';
+    $title2 .= ' <img src="'. $path .'/images/'. $type .'.gif" style="position: relative; top: 5px;" />';
   }
-  $title2 .= ' <img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" style="position: relative; top: 5px; margin-right: 4px;"></span>';
+  $title2 .= ' <img src="https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif" style="position: relative; top: 5px; margin-right: 4px;" /></span>';
 
   $methods[] = array(
     'id' => 'paypal_wps',
Index: shipping/uc_ups/uc_ups.admin.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ubercart/shipping/uc_ups/Attic/uc_ups.admin.inc,v
retrieving revision 1.1.2.11
diff -u -p -r1.1.2.11 uc_ups.admin.inc
--- shipping/uc_ups/uc_ups.admin.inc	17 Nov 2009 22:06:22 -0000	1.1.2.11
+++ shipping/uc_ups/uc_ups.admin.inc	15 Dec 2009 06:46:45 -0000
@@ -351,7 +351,7 @@ FOLD HERE</td>
 
 <table border="0" cellpadding="0" cellspacing="0" width="650" ><tr>
 <td align="left" valign="top">
-<img src="'. base_path() . $image_path .'" height="392" width="672">
+<img src="'. base_path() . $image_path .'" height="392" width="672" />
 </td>
 </tr></table>
 </body>
