From 4d00a8d13733e888a40614f7dd11bd50c372e95c Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:20:24 +0300 Subject: [PATCH] Use pre instead of b tag in the server checkbox tooltip --- qgis-app/plugins/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qgis-app/plugins/models.py b/qgis-app/plugins/models.py index ff3f940e..a0df5ece 100644 --- a/qgis-app/plugins/models.py +++ b/qgis-app/plugins/models.py @@ -484,7 +484,7 @@ class Plugin(models.Model): db_index=True, help_text=_( "A server plugin is a plugin which can run on QGIS Server," - " by having a entrypoint serverClassFactory, see the" + " by having a entrypoint
serverClassFactory
, see the" " documentation." ), )