diff --git a/src/assets/js/svgIconControl.js b/src/assets/js/svgIconControl.js
index 05c27ba8..69d513fa 100644
--- a/src/assets/js/svgIconControl.js
+++ b/src/assets/js/svgIconControl.js
@@ -79,7 +79,7 @@ registerNamespace("GW.Controls.SVGLib", function(ns) {
const ICON_CLASS = "icon";
/**
- * Icon SVG path definitions
+ * Icon SVG path definitions
*/
ns.Icons = {
"circle-info": {
@@ -322,6 +322,17 @@ registerNamespace("GW.Controls.SVGLib", function(ns) {
ICON_CITATION
);
+ iconEl.insertAdjacentHTML("afterbegin",
+ ``
+ );
+
createChildElement(
iconEl,
ns.ElementTypes.title,
@@ -415,6 +426,16 @@ registerNamespace("GW.Controls", function(ns) {
}
//Markup
+ this.insertAdjacentHTML("beforebegin",
+ ``
+ );
this.appendChild(
ns.SVGLib.createIcon(
this.iconObj,