VIVO-962: <p> tags were getting stripped out when they shouldn't have been.
This commit is contained in:
parent
86d4ed6506
commit
823133688a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<#assign theValue = theValue?replace("<ol>","<ol class='tinyMCENumeric'>") />
|
||||
</#if>
|
||||
<#if theValue?contains("<p>") >
|
||||
<#assign theValue = theValue?replace("<p>","")?replace("</p>","") />
|
||||
<#assign theValue = theValue?replace("<p>","<p style='margin-bottom:.6em'>") />
|
||||
</#if>
|
||||
${theValue}
|
||||
</#macro>
|
||||
|
|
Loading…
Add table
Reference in a new issue