[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] bootstrap_modal: Smarty now seems to add an extra closing double quote...

"Jonny Bradley \(@jonnybradley\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6a2043cf3a5ed_381941a0140f6@gitlab-sidekiq-low-urgency-cpu-bound-v2-64c64bb8bf-zs7kc.mail>

Jonny Bradley pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
2dfbeebf by Jonny Bradley at 2026-06-03T14:52:09+00:00
[FIX] bootstrap_modal: Smarty now seems to add an extra closing double quote...
---
* [FIX] bootstrap_modal: Smarty now seems to add an extra closing double quote so this extra escaped one was leading to "tag not closed" warnings

See merge request tikiwiki/tiki!10435

- - - - -


1 changed file:

- lib/smarty_tiki/FunctionHandler/BootstrapModal.php


Changes:

=====================================
lib/smarty_tiki/FunctionHandler/BootstrapModal.php
=====================================
@@ -36,6 +36,6 @@ class BootstrapModal extends Base
         }
         $params['modal'] = 1;
         $href = smarty_function_service($params, $template);
-        return "$href\" data-tiki-bs-toggle=\"modal\" data-bs-backdrop=\"static\" data-bs-target=\".footer-modal.fade:not(.show):first$size\"";
+        return "$href\" data-tiki-bs-toggle=\"modal\" data-bs-backdrop=\"static\" data-bs-target=\".footer-modal.fade:not(.show):first$size";
     }
 }



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2dfbeebf9339f3a5cb5f15f38c8b20f0a36832cf

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2dfbeebf9339f3a5cb5f15f38c8b20f0a36832cf
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help

_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.