Compile error: line 50, column 23: Didn't find closing brace in statement block
S2::NodeStmtBlock, S2/NodeStmtBlock.pm, 51
S2::NodeIfStmt, S2/NodeIfStmt.pm, 35
S2::NodeStmt, S2/NodeStmt.pm, 38
S2::NodeStmtBlock, S2/NodeStmtBlock.pm, 42
S2::NodeFunction, S2/NodeFunction.pm, 104
S2::Layer, S2/Layer.pm, 58
S2::Compiler, S2/Compiler.pm, 27
Context
46: # Pick one of the quotes randomly.
47: var int randquote;
48: $randquote = rand(0, ((size $quotes) - 1));
49:
50: if ($all_rounded) {
51: """
52: <tr>
53: <td valign="top" rowspan="3" colspan="3" width="5">

54: <td class="">
