From 3c7ed7af7a86c19a9104256a144d06fdac853af2 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Wed, 4 May 2022 13:44:01 +0000 Subject: [PATCH] Use the correct unicode symbol --- sigPlace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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("===")) {