Skip to content

Commit

Permalink
Use code instead of pre tag in the server checkbox tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Nov 22, 2024
1 parent 4d00a8d commit c023630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgis-app/plugins/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <pre>serverClassFactory</pre>, see the"
" by having a entrypoint <code>serverClassFactory</code>, see the"
" <a href=\"https://docs.qgis.org/latest/en/docs/pyqgis_developer_cookbook/server.html#init-py\" target=\"_blank\">documentation</a>."
),
)
Expand Down

0 comments on commit c023630

Please sign in to comment.