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:
parent
e7b3d72a40
commit
96d4c1e9de
1 changed files with 1 additions and 1 deletions
|
@ -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/<clientid>/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"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue