aboutsummaryrefslogtreecommitdiff
path: root/src/Formats/HtmlFormatService.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Formats/HtmlFormatService.kt')
-rw-r--r--src/Formats/HtmlFormatService.kt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Formats/HtmlFormatService.kt b/src/Formats/HtmlFormatService.kt
index 751c5d5b..46e4be4a 100644
--- a/src/Formats/HtmlFormatService.kt
+++ b/src/Formats/HtmlFormatService.kt
@@ -145,6 +145,8 @@ public open class HtmlFormatService(locationService: LocationService,
body()
to.appendln("</ul>")
}
+
+ override fun formatNonBreakingSpace(): String = "&nbsp;"
}
fun getPageTitle(nodes: Iterable<DocumentationNode>): String? {