/[texi2html]/texi2html/texi2html.init
ViewVC logotype

Diff of /texi2html/texi2html.init

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.84 by pertusus, Mon Mar 21 20:36:59 2005 UTC revision 1.85 by pertusus, Tue Aug 9 06:04:58 2005 UTC
# Line 4120  sub t2h_default_acronym_like($$$$$$) Line 4120  sub t2h_default_acronym_like($$$$$$)
4120      }      }
4121  }  }
4122    
4123  sub t2h_default_quotation_prepend_text($$)  sub t2h_default_quotation_prepend_text($)
4124  {  {
4125      my $style = shift;  #    my $style = shift;
4126      my $text = shift;      my $text = shift;
4127      return &$I('@b{%{quotation_arg}:} ', {'quotation_arg' => $text}, {'keep_texi' => 1}) if (defined($text));      return &$I('@b{%{quotation_arg}:} ', {'quotation_arg' => $text}, {'keep_texi' => 1}) if (defined($text));
4128      return undef;      return undef;
4129  }  }
4130    
4131  sub t2h_default_quotation($$$$)  sub t2h_default_quotation($$$)
4132  {  {
4133      my $text = shift;      my $text = shift;
4134      my $argument_text = shift;      my $argument_text = shift;
4135      my $argument_style_texi = shift;      my $argument_text_texi = shift;
4136      my $argument_style_id = shift;  #    my $argument_style_texi = shift;
4137    #    my $argument_style_id = shift;
4138  #    if (defined($argument_text))  #    if (defined($argument_text))
4139  #    {  #    {
4140  #         return '<blockquote>' . &$I('%{style}:%{quotation}',  #         return '<blockquote>' . &$I('%{style}:%{quotation}',

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26