diff --git a/docs/changelog/5.x.x.txt b/docs/changelog/5.x.x.txt index 51ed7e933..7d26b229e 100644 --- a/docs/changelog/5.x.x.txt +++ b/docs/changelog/5.x.x.txt @@ -3,6 +3,7 @@ type. - Fixed a typo in the Forum Threads that caused an error upon deleting a post. + - Bugfix [ 847198 ] no final newline when data form errors display 5.5.2 diff --git a/docs/upgrades/upgrade_5.5.2-5.5.3.sql b/docs/upgrades/upgrade_5.5.2-5.5.3.sql index 6d52c8abc..915943b72 100644 --- a/docs/upgrades/upgrade_5.5.2-5.5.3.sql +++ b/docs/upgrades/upgrade_5.5.2-5.5.3.sql @@ -1,2 +1,4 @@ insert into webguiVersion values ('5.5.3','upgrade',unix_timestamp()); +delete from template where namespace='DataForm' and templateId=1; +INSERT INTO template VALUES (1,'Mail Form','\n

\n
\n\n\n\n\n\n\n

\n\n\n\n \">\n · \">\n \n · \">\n \n \n · \">\n \n

\n\n\n\n\n\n \n \n \n\n\n
\n \n \n \n \n \n \n \n \n *\n
\n
\n\n\n','DataForm');