Template - "couldn't parse head" error - rt3

My “OwnerChange” template is spewing errors and I’m not sure how to
interpret the error message.

(/opt/rt3/lib/RT/Template_Overlay.pm:346)
[Fri Aug 29 22:04:03 2003] [error]: error: couldn’t parse head; error
near:
OWNER CHANGE Request #17383 has been given to you on

This template was copied from rt2:

Request #{$Ticket->id} has been GIVEN TO YOU on
{$Transaction->CreatedAsString} by {$Transaction->CreatorObj->RealName}.

Transaction: {$Transaction->Description}
Queue: {$Ticket->QueueObj->Name}
given)"}
Owner: {$Ticket->OwnerObj->Name}
Requestors: {$Ticket->Requestors->EmailsAsString()}
Status: {$Ticket->Status}
Ticket <URL: {$RT::WebURL}Ticket/Display.html?id={$Ticket->id} >
{$Transaction->Content()}

Where’s the error?

matthew zeier | “Nothing in life is to be feared.
InteleNet Communications, Inc. | It is only to be understood.”
(949) 784-7904 | - Marie Curie

That happened to me when I created a template that did not have a
"Subject:" line as the first line of the template. There should be a
blank line after the “Subject:” or other header lines.

-Kevin Murphy