diff --git a/sigPlace.java b/sigPlace.java index f0325d2..994d72f 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -78,7 +78,7 @@ public class sigPlace { //Use ⤈ if there's more text to be shown than can fit. } else if (s.contains("===")) { - s="
⤈ Click to expand.
"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END"); + s="


⤈ Click to expand.
"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END"); } } for (String key : map.keySet()) {