yes, you are both correct
LK, I added the pre to code and it's ok. Lists aren't validating because I don't know what I am doing... I need the text on each list line inside
and the line in ubb_lib for lists is now back to:
$_[0] =~ s/n?r?([*])/
/isg;
and the line in lib_posting for when you wanna edit is now back to:
$_[0] =~ s//[*]/isg;
which works fine, but doesn't close each line's text properly to validate.