Commit 886f011f authored by Jim Fulton's avatar Jim Fulton

Changed to use entity-reference syntax for title.

parent 626960a1
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH> <TH ALIGN="LEFT" VALIGN="TOP"><EM>Title</EM></TH>
<TD ALIGN="LEFT" VALIGN="TOP"> <TD ALIGN="LEFT" VALIGN="TOP">
<!--#if title--> <!--#if title-->
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="<!--#var title html_quote-->"> <INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="&dtml-title;">
<!--#else title--> <!--#else title-->
<INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE=""> <INPUT TYPE="TEXT" NAME="title" SIZE="40" VALUE="">
<!--#/if title--> <!--#/if title-->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment