[CIMC-work] HTML bug in the feature
Ian Bicking
ianb at colorstudy.com
30 Mar 2003 00:34:19 -0600
I fixed the problem with the bad feature. I then deleted the bad
feature, because it looks like you made a duplicate feature when you
weren't able to update the original.
I made the fix by editing
/www/active-cvs/chicago/local/templates/edit_feature.template , adding a
"'>" after the [% INCLUDE feature.template %] -- it turned out the HTML
used ' instead of ", and so the ' wasn't being closed. By putting a '>
into the template, I kind of forcefully close it. After making the edit
I reverted that template.
Ian