#214 Formatting Error on Compiler Doc Page

tactics Wed 30 Apr 2008

I just noticed this on the compiler doc page: TernaryExpr is used for the ternary expression <cond> ? <true> : <false>

It looks like The < and > are escaped twice, leaving the &lt; and &gt;'s.

brian Wed 30 Apr 2008

Looks likes the main page and the source code pages are correct.

The summary displayed in the pod overview is incorrect.

Andy can you take a look at that?

Thanks for the feedback!

andy Thu 1 May 2008

Yeah, I was double-escaping those characters - fixed - thanks tactics.

Login or Signup to reply.