mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
rhymix_content class 추가
This commit is contained in:
parent
ed7c0ab8bb
commit
8ccfd963b6
23 changed files with 35 additions and 35 deletions
|
|
@ -28,7 +28,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="xe_content">
|
||||
<td class="rhymix_content xe_content">
|
||||
{$message->content|noescape}
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<td>{htmlspecialchars($message->title, ENT_COMPAT | ENT_HTML401, 'UTF-8', false)}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" class="xe_content">{$message->content|noescape}</td>
|
||||
<td colspan="2" class="rhymix_content xe_content">{$message->content|noescape}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="btnArea">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue