From a93b78bace12fd85cce03568a3ab238db80b2b82 Mon Sep 17 00:00:00 2001 From: Benni Mack Date: Fri, 4 Apr 2008 13:54:39 +0000 Subject: [PATCH] Fixed bug #8015: XHTML issue in felogin-template (Thanks to Steffen Kamper) git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3532 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 4 ++++ typo3/sysext/felogin/template.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ffc526ef9d4b..0a738600dc31 100755 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-04 Benjamin Mack + + * Fixed bug #8015: XHTML issue in felogin-template (Thanks to Steffen Kamper) + 2008-04-03 Michael Stucki * Fixed bug #8009: Wrong TS-Code because appendString cannot handle multiline strings (Thanks to Claudio Cathomen / ICSurselva) diff --git a/typo3/sysext/felogin/template.html b/typo3/sysext/felogin/template.html index fda78ae13c6b..d68be0d08e37 100644 --- a/typo3/sysext/felogin/template.html +++ b/typo3/sysext/felogin/template.html @@ -50,7 +50,7 @@ ###STATUS_HEADER### ###STATUS_MESSAGE### -
+
###LEGEND###
-- 2.20.1