comparison cgi-bin/comments.cgi @ 123:412506c2de6b

Attempt to recognise paragraphs.
author Steve Kemp <steve@steve.org.uk>
date Thu, 13 Dec 2007 21:32:24 +0000
parents a25099606ec5
children 4a882ba147e4
comparison
equal deleted inserted replaced
122:41f58318152c 123:412506c2de6b
86 exit; 86 exit;
87 } 87 }
88 88
89 89
90 # 90 #
91 # Convert the message to crude HTML.
92 #
93 $body =~ s/\n$/<br>\n/mg;
94
95 #
91 # Otherwise save them away. 96 # Otherwise save them away.
92 # 97 #
93 # 98 #
94 # ID. 99 # ID.
95 # 100 #