@ttWarning(TEXT, [DOUBLE_QUOTE])

Inserts the HTML for the warning "TEXT" information.

The following parameters are recognized:

TEXT

The warning "TEXT" to highlight.

[DOUBLE_QUOTE]

Set this parameter to true if the warning "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","ttWarning")>@param(0)</span>@ifEqual("@param(1)","true","&quot;")