Archi Forum

Archi => General Archi Discussion => Topic started by: Manj75 on July 25, 2019, 12:46:39 PM

Title: Use of angle brackets in model folder/view name results in erroneous HTML report
Post by: Manj75 on July 25, 2019, 12:46:39 PM
If in the model there is an angle bracket used that resembles an HTML tag format it will cause incorrect generation of the HTML report.

For example a folder named Project<ID>Title<TEMPLATE> will not display folders before this folder due to <TEMPLATE> being interpreted as an HTML tag. In other cases of HTML tag like use in folder/view names, such as , with not be display in the HTML report as it appears to be stripped off.

I've not had a chance to carry out a detailed inspection but I feel this is do the these being interpreted as HTML tags. I've resolved the issue by substituted out the use of angle brackets, but is still a low priority bug.

I have raised it on GitHub, issue #506
Title: Re: Use of angle brackets in model folder/view name results in erroneous HTML report
Post by: Phil Beauvoir on July 25, 2019, 12:48:14 PM
Hi, thanks for reporting this (no need to duplicate the report here on the forum).

Already fixed for Archi 4.5.

:)
Title: Re: Use of angle brackets in model folder/view name results in erroneous HTML report
Post by: Manj75 on July 25, 2019, 13:19:15 PM
that's great I saw your response on GitHub after the update here.