forked from shadowfacts/Tusker
Fix links not being converted from HTML correctly
This commit is contained in:
parent
93c859a3c4
commit
534f83e716
|
@ -60,7 +60,7 @@ extension HTMLConverter {
|
||||||
if clazz == "invisible" {
|
if clazz == "invisible" {
|
||||||
return .skip
|
return .skip
|
||||||
} else if clazz == "ellipsis" {
|
} else if clazz == "ellipsis" {
|
||||||
return .replace("…")
|
return .append("…")
|
||||||
} else {
|
} else {
|
||||||
return .default
|
return .default
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue