[첫화면으로]UseModWiki소스수정/hr기호

마지막으로 [b]

==== 충돌문제 해결

sub CommonMarkup {
    ...
        $_ = &MacroSubst($_);               # luke added
### 다음을 교체
#       if ($ThinLine) {
#           s/----+/<hr noshade size=1>/g;
#           s/====+/<hr noshade size=2>/g;
#       } else {
#           s/----+/<hr>/g;
#       }

        if ($ThinLine) {
            s/--------+/<hr noshade style="height:5px">/g;
            s/-------+/<hr noshade style="height:4px">/g;
            s/------+/<hr noshade style="height:3px">/g;
            s/-----+/<hr noshade style="height:2px">/g;
            s/----+/<hr noshade style="height:1px">/g;
        } else {
            s/----+/<hr>/g;
        }
### 여기까지
    }
    if ($doLines) { # 0 = no line-oriented, 1 or 2 = do line-oriented
    ...


위키위키분류

마지막 편집일: 2007-1-8 12:19 pm (변경사항 [d])
720 hits | Permalink | 변경내역 보기 [h] | 페이지 소스 보기