Bug(バグ) #4202 » 0001-refs-4202-Corrected-so-that-newlines-of-explanatory-.patch
apps/pc_frontend/modules/album/templates/showSuccess.php | ||
---|---|---|
</tr>
|
||
<tr>
|
||
<th><?php echo __('Description') ?></th>
|
||
<td colspan="2"><?php echo $album->getBody() ?></td>
|
||
<td colspan="2"><?php echo nl2br($album->getBody()) ?></td>
|
||
</tr>
|
||
<tr>
|
||
<th><?php echo __('Public flag') ?></th>
|