openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 8a343a2cf2307a7501e1bf926b9d95788c3c2b13
parent f2f911de7599b29abb552e7e846280a75ee15485
Author: Jan Dankert <devnull@localhost>
Date:   Tue,  7 Nov 2017 23:50:32 +0100

Bugfix: Wenn Attribut 'name' fehlt, trotzdem den IFrame erzeugen.

Diffstat:
themes/default/include/html/insert/insert-begin.inc.php | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/themes/default/include/html/insert/insert-begin.inc.php b/themes/default/include/html/insert/insert-begin.inc.php @@ -21,9 +21,14 @@ else ?> /* #END-IF# */ +<iframe +/* #IF-ATTR name# */ + name="<?php echo $attr_name ?>" +/* #END-IF# */ /* #IF-ATTR url# */ -<iframe name="<?php echo $attr_name ?>" src="<?php echo $attr_url ?>"></iframe> + src="<?php echo $attr_url ?>" /* #END-IF# */ +></iframe> /* #IF-ATTR function# */ Hallo!