-2,7 +2,7 |
* 브라우저의 back 버튼을 눌러도 되긴 하지만... |
* Jof:프로그래밍팁/Wiki 의 내용대로 수정 |
: |
{{{perl |
{{{#!vim perl |
sub DoEdit { |
.... |
print "<h2>", T('Preview only, not yet saved'), "</h2>\n"; |
sub DoEdit { .... print "<h2>", T('Preview only, not yet saved'), "</h2>\n"; } ### 다음 라인을 추가 print Ts('Return to %s' , &GetPageLink($id)) . " | "; ### print &GetHistoryLink($id, T('View other revisions')) . "<br>\n"; ... }