Ignore:
Timestamp:
Mar 9, 2009, 8:41:45 PM (15 years ago)
Author:
nikrou
Message:

fix html warnings. unclosed monotags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_notification.inc.php

    r3049 r3185  
    532532          .l10n('recent_pics_cat').'</a>'
    533533        .')'
    534         .'</li><br/>';
     534        .'</li><br>';
    535535
    536536  foreach($date_detail['elements'] as $element)
     
    542542                        'image_file' => $element['file'],
    543543                      ))
    544                     .'"><img src="'.$tn_src.'"/></a>';
    545   }
    546   $description .= '...<br/>';
     544                    .'"><img src="'.$tn_src.'"></a>';
     545  }
     546  $description .= '...<br>';
    547547
    548548  $description .=
Note: See TracChangeset for help on using the changeset viewer.