Skip to content
Permalink
Browse files
[skin] fix notice error of "pukiwiki" & "xpwiki" on html side
スキン "pukiwiki" と "xpwiki" での Notice エラーの修正。(機能的な変更なし)
  • Loading branch information
nao-pon committed Jun 28, 2013
1 parent 5f14396 commit c95a881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -110,7 +110,7 @@
<a href="<?php echo $link['reload']?>"><span class="small"><?php echo $link['reload']?></span></a>
<?php } else if (!$is_top) {?>
<span class="small">
<?php echo $this->do_plugin_inline('topicpath','',$_dum); ?>
<?php echo $this->do_plugin_inline('topicpath',''); ?>
</span>
<?php }?>
<?php }?>
@@ -91,7 +91,7 @@
<a href="<?php echo $link['reload'] ?>"><span class="small"><?php echo $link['reload'] ?></span></a>
<?php } else if (!$is_top) { ?>
<span class="small">
<?php echo $this->do_plugin_inline('topicpath','',$_dum); ?>
<?php echo $this->do_plugin_inline('topicpath',''); ?>
</span>
<?php } ?>
<?php } ?>

0 comments on commit c95a881

Please sign in to comment.