Changeset 002906 in git


Ignore:
Timestamp:
Jan 18, 2018, 1:26:59 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
c0a0e5c2821b7e65272ac540b3a99cd00f2c40c2
Parents:
ee3f56bf9b121241140b6416a129999ae0bb6d2f
Message:
fix: apdapt to newer perl
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/texi2html

    ree3f56 r002906  
    48984898
    48994899    $level--; # here we start at 0
    4900     if ($name =~ /^appendix/ || defined(@appendix_sec_num)) {
     4900    if ($name =~ /^appendix/ || @appendix_sec_num) {
    49014901        # appendix style
    4902         if (defined(@appendix_sec_num)) {
     4902        if (@appendix_sec_num) {
    49034903            &incr_sec_num($level, @appendix_sec_num);
    49044904        } else {
     
    49084908    } else {
    49094909        # normal style
    4910         if (defined(@normal_sec_num))
     4910        if (@normal_sec_num)
    49114911        {
    49124912          &incr_sec_num($level, @normal_sec_num);
Note: See TracChangeset for help on using the changeset viewer.