From 717b0298bbaeed0ad05fe579254d6796ad738603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Farr=C3=A9?= Date: Tue, 27 Jan 2026 13:49:03 +0000 Subject: [PATCH] Fix: Wiki Comment separator missing space https://github.com/humhub/humhub-internal/issues/1036#issuecomment-3804776357 --- views/page/_view_body.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/page/_view_body.php b/views/page/_view_body.php index cedaa6a9..1555c883 100644 --- a/views/page/_view_body.php +++ b/views/page/_view_body.php @@ -31,7 +31,7 @@
$page, - 'seperator' => '·', + 'seperator' => ' · ', ]) ?>