From b710bd4dde510707545c5cf41d8658eb5cca7783 Mon Sep 17 00:00:00 2001 From: Jan-Hendrik Willms <tleilax+studip@gmail.com> Date: Mon, 11 Nov 2024 15:20:38 +0100 Subject: [PATCH] fix typo, re #2801 --- app/views/questionnaire/widget.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/questionnaire/widget.php b/app/views/questionnaire/widget.php index 1ea5d855b97..a7bb562d5b3 100644 --- a/app/views/questionnaire/widget.php +++ b/app/views/questionnaire/widget.php @@ -2,7 +2,7 @@ <article class="studip questionnaire_widget" id="questionnaire_area"> <header> <h1> - <?= Icon::create('evaluation', Icon:ROLE_INFO)->asimg(['class' => 'text-bottom']) ?> + <?= Icon::create('evaluation', Icon::ROLE_INFO)->asimg(['class' => 'text-bottom']) ?> <?= _('Fragebögen') ?> </h1> <nav> -- GitLab