mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6681 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
04afff647d
commit
2b3b3c8297
1 changed files with 2 additions and 2 deletions
|
|
@ -34,11 +34,11 @@
|
|||
<!--@if($release)-->
|
||||
<tr>
|
||||
<th>{$lang->release_note}</th>
|
||||
<td><div class="xe_cotnent">{str_replace(' ',' ',nl2br($release->release_note))}</div></td>
|
||||
<td><div class="xe_content">{str_replace(' ',' ',nl2br($release->release_note))} </div></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->release_changes}</th>
|
||||
<td><div class="xe_cotnent">{str_replace(' ',' ',nl2br($release->release_changes))}</div></td>
|
||||
<td><div class="xe_content">{str_replace(' ',' ',nl2br($release->release_changes))} </div></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue