Update of /cvsroot/twiki/twiki/lib
In directory usw-pr-cvs1:/tmp/cvs-serv18980
Modified Files:
TWiki.pm
Log Message:
cosmetics
Index: TWiki.pm
===================================================================
RCS file: /cvsroot/twiki/twiki/lib/TWiki.pm,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -r1.88 -r1.89
*** TWiki.pm 2001/11/16 10:03:16 1.88
--- TWiki.pm 2001/11/21 02:49:28 1.89
***************
*** 95,99 ****
# ===========================
# TWiki version:
! $wikiversion = "16 Nov 2001";
# ===========================
--- 95,99 ----
# ===========================
# TWiki version:
! $wikiversion = "20 Nov 2001";
# ===========================
***************
*** 1797,1801 ****
$text =~ s/\r//go;
$text =~ s/\\\n//go; # Join lines ending in "\"
! $text .= "\n<nop>\n"; # clutch to enforce correct rendering at end of doc
# do not render HTML head, style sheets and scripts
--- 1797,1801 ----
$text =~ s/\r//go;
$text =~ s/\\\n//go; # Join lines ending in "\"
! $text =~ s/(\n?)$/\n<nop>\n/os; # clutch to enforce correct rendering at end of doc
# do not render HTML head, style sheets and scripts
|