diff --git a/sigPlace.java b/sigPlace.java index 753a566..3265092 100644 --- a/sigPlace.java +++ b/sigPlace.java @@ -75,7 +75,7 @@ public class sigPlace { //Start of a title piece. s=s.replace("-",map.get("$TITLE_CONTENT_START")); s=s+map.get("$TITLE_CONTENT_END").replace("%ID%","id=\"content_"+i+"\""); - s=s+"
"; + s=s+"
"; //Use ⤈ if there's more text to be shown than can fit. } else if (s.contains("===")) {