stray closing /TABLE in the no-ticket case
[freeside.git] / httemplate / elements / tr-select-otaker.html
index edf62dc..4c4d0a1 100644 (file)
@@ -1,6 +1,6 @@
 <TR>
-  <TD ALIGN="right"><% $opt{'label'} || 'Employee: ' %></TD>
-  <TD><% include('select-otaker.html', %opt) %></TD>
+  <TD ALIGN="right"><% $opt{'label'} || emt('Employee: ') %></TD>
+  <TD><& select-otaker.html, %opt &></TD>
 </TR>
 
 <%init>