mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +09:00
언어선택 지원하는 언어코드만 적용하게 수정, 그외 형식적인 것들 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6398 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc2888132a
commit
1a4366aff8
3 changed files with 27 additions and 5 deletions
|
|
@ -38,7 +38,7 @@
|
|||
printf('<a href="%s" accesskey="%s">%s</a><br>%s', $val['href'], $this->getNo(), $val['text'], "\n");
|
||||
}
|
||||
} else {
|
||||
print $this->getContent()."\n";
|
||||
print(str_replace('<br/>','<br>',$this->getContent())."\n");
|
||||
}
|
||||
print "<hr><br>";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue