Skip to content

TVB-2794: Fixed the problem of the missing question marks

Marmaduke Woodman requested to merge TVB-2794 into master

Created by: VinczeRobert

In the old version there were question marks all over the Simulator Cockpit page, but in the current version we don't have docs there, so of course we won't have the question marks either. The rest seems pretty much the same now. Also, that replacement of '\n' to '<br/>' was faulty (the <br/> tags were appearing as part of the doc string) and not needed anyway.

Merge request reports