OSDN Git Service

Cleankup. Remove redundant tabs and spaces with sed 's/[ ][ ]*$//'
[pukiwiki/pukiwiki.git] / plugin / br.inc.php
1 <?php
2 /////////////////////////////////////////////////
3 // PukiWiki - Yet another WikiWikiWeb clone.
4 //
5 // $Id: br.inc.php,v 1.2 2004/07/31 03:09:20 henoheno Exp $
6 //
7
8 function plugin_br_convert()
9 {
10         return '<br class="spacer" />';
11 }
12 ?>