언어선택 지원하는 언어코드만 적용하게 수정, 그외 형식적인 것들 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6398 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2009-05-25 15:07:39 +00:00
parent cc2888132a
commit 1a4366aff8
3 changed files with 27 additions and 5 deletions

View file

@ -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>";
}