Book a Demo

Author Topic: HTML report: attribute-links in Class invalid  (Read 3080 times)

Rouven

  • EA User
  • **
  • Posts: 48
  • Karma: +0/-0
    • View Profile
HTML report: attribute-links in Class invalid
« on: July 09, 2011, 01:38:40 am »
Hi everyone,

I seem to be experiencing a problem after an upgrade to 9.0.907 yesterday. I have an EAP-file with a customized HTML template. It concerns viewing details of a class, more specifically the attributes.
The following is the code template "Content - Attributes Item":
Code: [Select]
                 <tr>
                        <td width="100%" class="TableRow" valign="top"><span class="code_in_detailtable">#STEREOTYPE#</span><strong>&nbsp;&nbsp;#NAME#&nbsp;</strong><!--<i>--><span class="code_in_detailtable">(#SCOPE##STATIC##CONST##TYPE#)</span><!--</i>--><!--<br />--><span class="code_in_detailtable">#DEFAULT#</span></td>
                  </tr>
                  <tr>
                        <td class="TableRowBottomDashed"  colspan="1">
                              <!--<div class="DetailsDivParent"><img src="#IMAGES#/minus03.gif" align="absmiddle" id="DetailsImageAttributes#NUMBER#" onclick="parent.toggleDiv('detailsDIVAttributes#NUMBER#','DetailsImageAttributes#NUMBER#')" />Details:-->
                                    <div id="detailsDIVAttributes#NUMBER#" class="DetailsDiv" >
                                    #ALIAS#<!--<i>--><span class="code_in_detailtable">#ORDERED##RANGE#</span><!--</i>-->#TAGS##NOTE##CONSTRAINT#
                                    </div>
                              <!--</div>-->
                        </td>
                  </tr>

With an 9.0.906 Enterprise Architect the generated HTML report shows:


With my 9.0.907 Enterprise Architect the generated HTML report shows the pure HTML - seems the link was escaped:


Is this my problem only?

Thanks!

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: HTML report: attribute-links in Class invalid
« Reply #1 on: July 11, 2011, 09:39:17 am »
I believe a fix for this is coming in the next build.