0 Votes

Changes for page Public Web Site

Last modified by Alex Cotiugă on 2025/11/27 10:42

From version 3.79
edited by Alex Cotiugă
on 2025/11/24 16:13
Change comment: There is no comment for this version
To version 3.82
edited by Alex Cotiugă
on 2025/11/24 16:14
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -202,8 +202,8 @@
202 202   <span class="xHint">$!escapetool.xml($services.localization.render($property.hint))</span>
203 203   </dt>
204 204   #set ($displayOutput = $doc.display($property.name, 'edit'))
205 - #set ($displayOutput = "#stripHTMLMacro($displayOutput)"..replace('name=', "placeholder='$escapetool.xml($property.translatedPrettyName)' name="))
206 - <dd></dd>
205 + #set ($displayOutput = "#stripHTMLMacro($displayOutput)")
206 + <dd>$displayOutput.replace('name=', "placeholder='$escapetool.xml($property.translatedPrettyName)' name=")</dd>
207 207   #end
208 208   #if (!$xclass.properties || $xclass.properties.size() == 0)
209 209   ## Keep the empty definition term in order to have valid HTML.