mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
코드 정리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6376 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f96df27fe6
commit
f760195fcf
1 changed files with 3 additions and 3 deletions
|
|
@ -37,10 +37,10 @@
|
||||||
if(!$val['link']) continue;
|
if(!$val['link']) continue;
|
||||||
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
|
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
|
||||||
}
|
}
|
||||||
print "<hr><br>";
|
|
||||||
} else {
|
} else {
|
||||||
print $this->getContent()."<hr><br>\n";
|
print $this->getContent()."\n";
|
||||||
}
|
}
|
||||||
|
print "<hr><br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue