Ignore:
Timestamp:
Apr 26, 2009, 4:59:15 PM (15 years ago)
Author:
rub
Message:

Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.

File:
1 edited

Legend:

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

    r3185 r3257  
    523523  global $conf;
    524524
    525   $description = '';
     525  $description = '<ul>';
    526526
    527527  $description .=
     
    565565  $description .= '</ul>';
    566566
     567  $description .= '</ul>';
     568
    567569  return $description;
    568570}
Note: See TracChangeset for help on using the changeset viewer.