Project

General

Profile

Actions

Bug #22582

closed

Missing ">" in HTML-Source for including "jsfunc.validateform.js"

Added by Torben Aschmons over 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Communication
Target version:
-
Start date:
2010-05-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

13998_followup.diff (522 Bytes) 13998_followup.diff Administrator Admin, 2010-05-05 22:04
Actions #1

Updated by Steffen Gebert over 14 years ago

Sorry, where does this occur? With felogin?

Actions #2

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.

Actions #3

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).

Actions #4

Updated by Steffen Gebert over 14 years ago

Do you take care, Lars?

Actions #5

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.

Actions #6

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF