Use the correct unicode symbol

main
sigonasr2, Sig, Sigo 3 years ago
parent 6d0f14d7c8
commit 3c7ed7af7a
  1. 2
      sigPlace.java

@ -75,7 +75,7 @@ public class sigPlace {
//Start of a title piece. //Start of a title piece.
s=s.replace("-",map.get("$TITLE_CONTENT_START")); s=s.replace("-",map.get("$TITLE_CONTENT_START"));
s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\""); s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\"");
s=s+"<div class=\"arrow\" onClick=\"expand("+i+")\">&#2908;</div>"; s=s+"<div class=\"arrow\" onClick=\"expand("+i+")\">&#x2908;</div>";
//Use ⤈ if there's more text to be shown than can fit. //Use ⤈ if there's more text to be shown than can fit.
} else } else
if (s.contains("===")) { if (s.contains("===")) {

Loading…
Cancel
Save