double line breaks
This commit is contained in:
parent
fa5f8ee8cb
commit
f43359213c
@ -78,7 +78,7 @@ public class sigPlace {
|
||||
//Use ⤈ if there's more text to be shown than can fit.
|
||||
} else
|
||||
if (s.contains("===")) {
|
||||
s="<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\">⤈ Click to expand.</div>"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END");
|
||||
s="<div class=\"unexpanded\" id=\"expand_"+i+"\" onClick=\"expand("+i+")\"><br/><br/>⤈ Click to expand.</div>"+map.get("$CONTENT_END")+map.get("$DATE_CONTENT_START")+s.replace("===","")+map.get("$CONTENT_END")+map.get("$CONTENT_END");
|
||||
}
|
||||
}
|
||||
for (String key : map.keySet()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user