mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-27 03:39:57 +03:00
bug 1580 - remove some hard coded markup (move them to the template)
git-svn-id: http://piwigo.org/svn/trunk@5682 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
e2fca87c9d
commit
9a33a4ea66
2 changed files with 17 additions and 18 deletions
|
@ -199,7 +199,6 @@ function parse_comment_content($content)
|
|||
$replacement = '<span style="font-style:italic;">$1$2</span>';
|
||||
$content = preg_replace($pattern, $replacement, $content);
|
||||
|
||||
$content = '<div>'.$content.'</div>';
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
</fieldset>
|
||||
</form>
|
||||
{else}
|
||||
<blockquote>{$comment.CONTENT}</blockquote>
|
||||
<blockquote><div>{$comment.CONTENT}</div></blockquote>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue