Your first textarea is missing a ')' at the end.
If you happen to use vim (or vi), the way to find
such a thing is to put the cursor on the first (or last)
'(' (or '{' or whatever) character and hit on '%'. In most cases this will jump to a place where the error is close.