luci-app-mosquitto: fix invalid XML in option description

Trying to add "notifications" option resulted in malformed XML.

Signed-off-by: Sebastian Krzyszkowiak <dos@dosowisko.net>
This commit is contained in:
Sebastian Krzyszkowiak 2023-07-27 00:35:15 +02:00
parent e7b3d72a40
commit 96d4c1e9de
No known key found for this signature in database
GPG key ID: E8F235CF3BDBC3FF

View file

@ -160,7 +160,7 @@ topics = s:option(DynamicList, "topic", _("topic"),
OptionalFlag(s, "cleansession", _("Clean session"))
OptionalFlag(s, "notifications", _("notifications"),
_("Attempt to notify the local and remote broker of connection status, defaults to $SYS/broker/connections/<clientid>/state"))
_("Attempt to notify the local and remote broker of connection status, defaults to $SYS/broker/connections/&lt;clientid&gt;/state"))
s:option(Value, "notification_topic", _("Topic to use for local+remote remote for notifications.")).optional = true
OptionalFlag(s, "notifications_local_only", _("Notifications local only"), _("Bridge connection states should only be published locally"))