/[pub]/suikawiki/script/wiki.cgi
Suika

Diff of /suikawiki/script/wiki.cgi

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

revision 1.14 by wakaba, Tue Apr 2 01:32:31 2002 UTC revision 1.15 by wakaba, Tue Apr 23 10:14:12 2002 UTC
# Line 665  sub print_footer { Line 665  sub print_footer {
665  EOD  EOD
666    print <<'EOH';    print <<'EOH';
667  <div class="update">  <div class="update">
668  <a href="http://www.hyuki.com/yukiwiki/">YukiWiki</a> 1.6.6 Copyright (C) 2000,2001 by <a href="http://www.hyuki.com/">Hiroshi Yuki.</a> ${version}  <a href="http://www.hyuki.com/yukiwiki/">YukiWiki</a> 1.6.6
669  + <a href="$modifierlink">$modifier</a>.  Copyright &copy; 2000,2001 by <a href="http://www.hyuki.com/">Hiroshi Yuki.</a>
670  <a href="/gate/cvs/wakaba/wiki/" title="CVS Repository">  <a href="/gate/cvs/wakaba/wiki/" title="CVS Repository">
671  $Revision$ $Date$  $Revision$ $Date$
672  </a>  </a>
# Line 728  sub encode_percent { Line 728  sub encode_percent {
728  sub convert_html {  sub convert_html {
729      my ($txt) = shift;      my ($txt) = shift;
730      my (@txt) = split(/\n/, $txt);      my (@txt) = split(/\n/, $txt);
731        push (@result, '<p>');      ## ad hoc...
732      foreach (@txt) {      foreach (@txt) {
733          chomp;          chomp;
734          if (/^\*\*\*\*\*(.*)/) {          if (/^\*\*\*\*\*(.*)/) {

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24