diff --git a/sigPlace.java b/sigPlace.java
index 3265092..0a12c3b 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("===")) {
diff --git a/sitefiles/sig.css b/sitefiles/sig.css
index c12a123..b69bb38 100644
--- a/sitefiles/sig.css
+++ b/sitefiles/sig.css
@@ -71,11 +71,7 @@ body{
.contentBody .contentWrapper:hover{
border-color: rgb(17, 153, 17, .8);
}
-
- .contentBody .contentWrapper {
- border-color: rgb(17, 153, 17, .8);
- }
-
+
.contentBody .contentWrapper .unexpanded:hover:after{
display: inline-block;
background-color:rgba(255, 255, 255, .06);