Commit f8f78e8a authored by Lisa Seeto's avatar Lisa Seeto
Browse files

Bug 1883803: Missing Help Text Icon: admin/site/menu.php



 - added in missing quotation mark

Change-Id: I6de86ee38fe7a362294e770996177261818ed0bd
Signed-off-by: default avatarLisa Seeto <lisaseeto@catalyst.net.nz>
parent 64aee694
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -437,7 +437,7 @@ var badIE = false;
function contextualHelpIcon(formName, helpName, pluginType, pluginName, page, section) {
    var link = jQuery(
        '<a href="#">' +
            '<span class="icon icon-info-circle" alt="' + get_string('Help') + '></span>' +
            '<span class="icon icon-info-circle" alt="' + get_string('Help') + '"></span>' +
        '</a>'
    );
    link.on("click", function(e) {