Bug #22582
closedMissing ">" in HTML-Source for including "jsfunc.validateform.js"
0%
Description
In the HTML-Source of the FrontEnd the Code for including "jsfunc.validateform.js" is wrong. There is a missing ">".
You can change this in the file "class.tslib_content.php" in Line 2216:
Change '"</script>';
to
'"></script>';
(issue imported from #M14298)
Files
Updated by Steffen Gebert over 14 years ago
Sorry, where does this occur? With felogin?
Updated by Torben Aschmons over 14 years ago
No, I just added a new CE "Form".
In the HTML-Source in the FrontEnd the complete row shows:
"<script type="text/javascript" src="t3lib/jsfunc.validateform.js"</script>"
And there was the missing ">".
In the PHP-Source of the file "class.tslib_content.php" in Line 2216 I added the ">" and the Problem in the FrontEnd was gone.
I use the 4.4.0-beta2.
Updated by Lars Houmark over 14 years ago
Seems this was introduced in the very last patch before the initial commit of the "versioning of filenames feature" #22376.
A follow-up should be committed soon, using the attached patch (13998_followup.diff).
Updated by Benni Mack over 14 years ago
the attached patch was committed to trunk (rev. 7539) as followup to #22376.
Thanks to Torben Aschmons and Michiel Roos for reporting, thanks to Lars Houmark for providing the patch.