git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6681 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-07-03 08:14:07 +00:00
parent 04afff647d
commit 2b3b3c8297

View file

@ -34,11 +34,11 @@
<!--@if($release)-->
<tr>
<th>{$lang->release_note}</th>
<td><div class="xe_cotnent">{str_replace(' ','&nbsp;&nbsp;',nl2br($release->release_note))}</div></td>
<td><div class="xe_content">{str_replace(' ','&nbsp;&nbsp;',nl2br($release->release_note))}&nbsp;</div></td>
</tr>
<tr>
<th>{$lang->release_changes}</th>
<td><div class="xe_cotnent">{str_replace(' ','&nbsp;&nbsp;',nl2br($release->release_changes))}</div></td>
<td><div class="xe_content">{str_replace(' ','&nbsp;&nbsp;',nl2br($release->release_changes))}&nbsp;</div></td>
</tr>
<!--@end-->
<tr>