From 3ac7ae668bda51c5cec898fc1c5fc305a6ac5465 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 10 Jan 2020 20:05:06 +0100 Subject: [PATCH] data attributes --- lam/lib/html.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lam/lib/html.inc b/lam/lib/html.inc index 52daa4db..e68e5a33 100644 --- a/lam/lib/html.inc +++ b/lam/lib/html.inc @@ -2,7 +2,7 @@ /* This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/) - Copyright (C) 2010 - 2019 Roland Gruber + Copyright (C) 2010 - 2020 Roland Gruber This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -3392,7 +3392,7 @@ class htmlLink extends htmlElement { if (sizeof($this->cssClasses) > 0) { $classAttr = ' class="' . implode(' ', $this->cssClasses) . '"'; } - echo '' . $image . $text . ''; + echo 'getDataAttributesAsString() . '>' . $image . $text . ''; if ($this->showAsButton) { echo '