Announcement

Collapse
No announcement yet.

Bug: Invalid HTML in General User Definable layouts

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Bug: Invalid HTML in General User Definable layouts

    Invalid HTML in General User Definable layouts

    General User Definable 1, General User Definable 2, General User Definable 3

    The layouts should contain a </span> tag but a spurious additional <span class="actrequired"> is there instead.

    E.g. (example below is for General User Definable 1)

    Code:
      <actinic:block if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Required%22%20%2f%3e"><span class="actrequired"></actinic:block>   
          <Actinic:Variable Name="GeneralPrompt000"/>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Required%22%20%2f%3e"><span class="actrequired"></actinic:block>
    When the 3rd line should be amended as below

    Code:
      <actinic:block if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Required%22%20%2f%3e"><span class="actrequired"></actinic:block>   
          <Actinic:Variable Name="GeneralPrompt000"/>
      <actinic:block if="%3cactinic%3avariable%20name%3d%22GeneralPrompt000Required%22%20%2f%3e">*</span></actinic:block>
    Seen in V8.5.2 and V9.ICLA
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    #2
    Thanks - I've raised bugs for this to be fixed.

    Comment

    Working...
    X