Bitte helfen Sie uns, Ihnen zu helfen und füllen Sie folgende Felder aus:
Ihre LimeSurvey-Version: [3.28.17]
Eigener Server oder LimeSurvey-Cloud: Eigener Server
==================
Liebe Community,
soeben habe ich ein merkwürdiges Verhalten von LS entdeckt, welches sich m.E. erst seit dem Update auf Version 3.28.17 zeigt.
Nach jeder Bearbeitung der Emailvorlagen (für Einladung, Erinnerung etc.) werden die Emails um einleitende Leerzeilen "ergänzt". Diese Leerzeilen lassen sich auch nicht einfach löschen, sondern vermehren sich mit jeder Speicherung immer weiter - und zwar in allen Vorlagen, nicht nur in der bearbeiteten.
Ein Blick in den HTML Code zeigt jedoch, dass es sich hierbei nicht um Leerzeilen handelt, sondern um immer wieder neu hinzugefügte HMTL-Schnipsel (die dann als Leerzeilen ausgegeben werden.)
Hier das Ergebnis nach ein paar Speicherung:
Code:
<html dir="ltr" lang="de">
<head>
<title>WYSIWYG-Editor, email_invitation_de</title>
<link href="https://meine.domain.de/tmp/assets/55b47751/contents.css?t=L7C8" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/a11ychecker/skins/moono-lisa/contents.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/copyformatting/styles/copyformatting.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/videodetector//videodetector.css" rel="stylesheet" type="text/css" />
</head>
<body> </body>
</html>
<title></title>
<link href="https://meine.domain.de/tmp/assets/55b47751/contents.css?t=L7C8" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/a11ychecker/skins/moono-lisa/contents.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/copyformatting/styles/copyformatting.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/videodetector//videodetector.css" rel="stylesheet" type="text/css" /><br />
<title></title>
<link href="https://meine.domain.de/tmp/assets/55b47751/contents.css?t=L7C8" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/a11ychecker/skins/moono-lisa/contents.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/copyformatting/styles/copyformatting.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/videodetector//videodetector.css" rel="stylesheet" type="text/css" /><br />
<title></title>
<link href="https://meine.domain.de/tmp/assets/55b47751/contents.css?t=L7C8" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/a11ychecker/skins/moono-lisa/contents.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/copyformatting/styles/copyformatting.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/videodetector//videodetector.css" rel="stylesheet" type="text/css" /><br />
<title></title>
<link href="https://meine.domain.de/tmp/assets/55b47751/contents.css?t=L7C8" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/a11ychecker/skins/moono-lisa/contents.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/copyformatting/styles/copyformatting.css" rel="stylesheet" type="text/css" />
<link href="https://meine.domain.de/tmp/assets/55b47751/plugins/videodetector//videodetector.css" rel="stylesheet" type="text/css" /><br />
<title></title>
....usw
Für einen Hinweis wäre ich Euch dankbar,
mit Grüßen
neumane