Book a Demo

Author Topic: HTML documentation not working as before  (Read 3758 times)

ea0804

  • Guest
HTML documentation not working as before
« on: November 24, 2004, 08:01:21 am »
Hi

I just upgraded to the latest version 4.5 and all is well except when I produce HTML documentation.

Previously I have enhanced the looked of the descriptive text in requirements with headings as follows

<b>Description</b>
The system should make the coffee

<b>Rationale</b>
Because I am lazy

etc...

This worked great but now the generator has converted this to >Description< which is all very correct but completely makes a mess of the browsed page. :'(

Is this a new 4.5 feature? Am I able to correct it in the Templates? Helpppppppppp  :'(


regards
Andrew

fdubru

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: HTML documentation not working as before
« Reply #1 on: November 25, 2004, 06:52:14 am »
Something similar : carriage returns in notes are'nt displayed correctly anymore in HTML pages. It seems that "br" tags are now escaped.

Example:

Before:
<b>Ce script :<br>- Lance une procédure...

Now:
<b>Ce script :<br>- Lance une procédure...


thomaskilian

  • Guest
Re: HTML documentation not working as before
« Reply #2 on: November 26, 2004, 03:47:32 am »
Is there a difference between the two <b> lines ???

NuWood Tech, Andrew

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
    • View Profile
Re: HTML documentation not working as before
« Reply #3 on: November 29, 2004, 01:02:41 am »
Hi :o

I also noticed the <br> issue. My post is the original here but due to a mix up with usernames I am recorded as LeoK.

It appears to escape any embedded HTML in the memo. I am sure that this is either an oversite or a change where we need to use alternative tags. In my case I am interested in bold headings to sections of the memo. It displays much better when on a browser.
Andrew Wood