From 3a3d6859f90694ac857f7b26740280799e500754 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Noack?= <noackorama@googlemail.com>
Date: Thu, 17 Dec 2020 11:18:08 +0100
Subject: [PATCH] remove studip_utf8encode

---
 views/presenting/details.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/presenting/details.php b/views/presenting/details.php
index b3a812e..d909e1c 100755
--- a/views/presenting/details.php
+++ b/views/presenting/details.php
@@ -192,7 +192,7 @@ if ($image) {
 
     <div style="text-align: center;">
         <? if ($flattr_username) : ?>
-            <script id='fbowlml'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=<?= urlencode($flattr_username) ?>&url='+encodeURIComponent(document.URL)+'&title=<?= urlencode(studip_utf8encode($marketplugin['name']." "._("für Stud.IP"))) ?>';f.title='Flattr';f.height=62;f.width=55;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbowlml');</script>
+            <script id='fbowlml'>(function(i){var f,s=document.getElementById(i);f=document.createElement('iframe');f.src='//api.flattr.com/button/view/?uid=<?= urlencode($flattr_username) ?>&url='+encodeURIComponent(document.URL)+'&title=<?= urlencode($marketplugin['name']." "._("für Stud.IP")) ?>';f.title='Flattr';f.height=62;f.width=55;f.style.borderWidth=0;s.parentNode.insertBefore(f,s);})('fbowlml');</script>
         <? endif ?>
 
         <? if ($bitcoin_wallet) : ?>
-- 
GitLab