mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/lib mhtxtplain.pl,2.29,2.30

2002-11-20 10:12:58
Update of /cvsroot/mhonarc/mhonarc/MHonArc/lib
In directory subversions:/tmp/cvs-serv18978

Modified Files:
	mhtxtplain.pl 
Log Message:
* Fixed problem where "fancyquote" option overrode flowed processing.


Index: mhtxtplain.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/lib/mhtxtplain.pl,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -r2.29 -r2.30
*** mhtxtplain.pl	3 Nov 2002 07:54:13 -0000	2.29
--- mhtxtplain.pl	20 Nov 2002 17:12:54 -0000	2.30
***************
*** 286,290 ****
      my $fancyquote = $args =~ /\bfancyquote\b/i;
      if ($fancyquote || ($textformat eq 'flowed')) {
! 	$quote_style = $fancyquote ? Q_FANCY : Q_FLOWED;
  	$startq = ($css_class) ? qq|<blockquote class="$css_class">| :
  				 $StartFlowedQuote;
--- 286,290 ----
      my $fancyquote = $args =~ /\bfancyquote\b/i;
      if ($fancyquote || ($textformat eq 'flowed')) {
! 	$quote_style = ($textformat eq 'flowed') ? Q_FLOWED : Q_FANCY;
  	$startq = ($css_class) ? qq|<blockquote class="$css_class">| :
  				 $StartFlowedQuote;

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV