Unclosed tag inserted between title/subt text content

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
User avatar
jsw_nz
Posts: 907
Joined: Fri 2. Apr 2004, 02:42
Location: New Zealand

Unclosed tag inserted between title/subt text content

Post by jsw_nz »

This little 'unclosed' tag gets displayed inline between the title/subtitle and actual text of text content type.

img src="img/leer.gif" width="1" height="2" alt="">

Was wondering if this might be due to a file uploading/ftp corruption...cannot remember which php template to consult:

UPDATE: line 115 in include/conf.template_default.inc.php should be changed to close tag:

Code: Select all

$template_default["article"]["content_subhead_after"]	= '<br><img src="img/leer.gif" width="1" height="2" alt="">';
This may have already been fixed in the most recent release/patch.....
User avatar
Cyrus
Posts: 63
Joined: Mon 22. Mar 2004, 05:40
Location: New Zealand
Contact:

Post by Cyrus »

Already answered by Oliver here : http://www.phpwcms.de/forum/viewtopic.php?t=2264
Cyrus
Locked