Skip to content

Commit

Permalink
Merge pull request #492 from Xpirix/server_plugins_validator
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix authored Nov 22, 2024
2 parents 1fde67f + c023630 commit 7a1218d
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 <b>serverClassFactory</b>, 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 7a1218d

Please sign in to comment.