@ttCaution(TEXT, [DOUBLE_QUOTE])

Inserts the HTML for the caution "TEXT" information.

The following parameters are recognized:

TEXT

The caution "TEXT" to highlight.

[DOUBLE_QUOTE]

Set this parameter to true if the caution "TEXT" should be enclosed in double quotes (omit if you don't need double quotes).

This macro is defined as:

@ifEqual("@param(1)","true","&quot;")<span @htmlAttr("class","ttCaution")>@param(0)</span>@ifEqual("@param(1)","true","&quot;")