Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Extra semicolons or missing them #51

@chiquitinxx

Description

@chiquitinxx

Sometimes extra semicolons...

if (gs.equals(gSswitch0, "&")) { gSobject.htmCd += "&amp;"; ; } else if (gs.equals(gSswitch0, "<")) { gSobject.htmCd += "&lt;"; ; } else if (gs.equals(gSswitch0, ">")) { gSobject.htmCd += "&gt;"; ; } else if (gs.equals(gSswitch0, "\"")) { gSobject.htmCd += "&quot;"; ; } else if (gs.equals(gSswitch0, "'")) { gSobject.htmCd += "&apos;"; ; } else { gSobject.htmCd += ch; ; };

Sometimes missing them...

gSobject['yieldUnescaped'] = function(text) {
    return gSobject.htmCd += text;
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions