diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-06-23 12:49:31 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-06-25 14:43:32 +0200 |
| commit | e418d159de85309ac3740d40c763fd8d4c1905a4 (patch) | |
| tree | 54ff064d5fabc4aba908da9e456bcb72d80089ba /app/views | |
| parent | c67a9deeb27a1a493d16a9ca85f07d4f52bf8cd5 (diff) | |
remove format for confirmation message in forum, fixes #5429
Closes #5429
Merge request studip/studip!4272
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/course/forum/index/_threads.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/course/forum/index/_threads.php b/app/views/course/forum/index/_threads.php index 85ed72c..0a54a0c 100644 --- a/app/views/course/forum/index/_threads.php +++ b/app/views/course/forum/index/_threads.php @@ -163,7 +163,7 @@ 'formaction' => $controller->url_for("course/forum/index/delete_entry/{$entry['topic_id']}"), 'data-confirm' => sprintf( _('Sind sie sicher dass Sie den Eintrag %s löschen möchten?'), - $entry['name'] + kill_format($entry['name']) ) ] ) |
