Trimming whitespace
[squirrelmail.git] / templates / default / message_list.tpl
index 148d2af179d33bfbdd95b58ee890d53ad91544a5..a339efca8bde425a262ae87f41794eb985a0111e 100644 (file)
@@ -454,7 +454,7 @@ $clickedColor = (empty($color[16])) ? $color[2] : $color[16];
      */
     foreach ($aOrder as $iCol) {
         if (in_array($iCol, $show_label_columns)) {
-            $sLabelStart = '<label for="'.$form_id."_msg$i>";
+            $sLabelStart = '<label for="'.$form_id."_msg$i\">";
             $sLabelEnd = '</label>';
         } else {
             $sLabelStart = '';