코드 정리

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6376 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-05-23 13:04:02 +00:00
parent f96df27fe6
commit f760195fcf

View file

@ -37,10 +37,10 @@
if(!$val['link']) continue;
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
}
print "<hr><br>";
} else {
print $this->getContent()."<hr><br>\n";
}
print $this->getContent()."\n";
}
print "<hr><br>";
}
/**