adding HTML comment block in solution
Hi there,
SDP build
9041
As the subject says.
When creating/editing solution, if I typed an HTML comment block, it won't appear after saving.
If I edit that solution, that code is gone.
example:
Add this block of code in the solution:
<tr>
<td nowrap="nowrap" class="fontBlackbold" align="right">Username</td>
<!-- sd-11880 Loding domain list To login AD authentication or local Authentication -->
<td nowrap="nowrap" align="left"><span class="fontBlack"><input name="j_username" type="text" class="formStyle" onchange='loadDomainListForADLogin(this)' id="username"></span></td>
</tr>
After saving, also try to edit, this is what appears:
<tr>
<td nowrap="nowrap" class="fontBlackbold" align="right">Username</td>
<td nowrap="nowrap" align="left"><span class="fontBlack"><input name="j_username" type="text" class="formStyle" onchange='loadDomainListForADLogin(this)' id="username"></span></td>
</tr>
Any thought on this?
New to ADSelfService Plus?