diff --git a/htdocs/lib/settings/BookmarkTable.js b/htdocs/lib/settings/BookmarkTable.js index 5594fc6..66a8975 100644 --- a/htdocs/lib/settings/BookmarkTable.js +++ b/htdocs/lib/settings/BookmarkTable.js @@ -79,8 +79,8 @@ $.fn.bookmarktable = function() { } else { cell.html( '
' + - '' + - '' + + '' + + '' + '
' ); } diff --git a/htdocs/lib/settings/WsjtDecodingDepthsInput.js b/htdocs/lib/settings/WsjtDecodingDepthsInput.js index 5a2ddf4..f02b27f 100644 --- a/htdocs/lib/settings/WsjtDecodingDepthsInput.js +++ b/htdocs/lib/settings/WsjtDecodingDepthsInput.js @@ -5,7 +5,7 @@ $.fn.wsjtDecodingDepthsInput = function() { this.modeInput.val(mode); this.valueInput = $(inputs.get(1)).clone(); this.valueInput.val(value); - this.removeButton = $(''); + this.removeButton = $(''); this.removeButton.data('row', this); this.el.append([this.modeInput, this.valueInput, this.removeButton].map(function(i) { return $('').append(i); @@ -46,7 +46,7 @@ $.fn.wsjtDecodingDepthsInput = function() { $table.on('change', updateValue); $el.append($table); - var $addButton = $(''); + var $addButton = $(''); $addButton.on('click', function() { var row = new WsjtDecodingDepthRow(inputs) diff --git a/htdocs/settings/bookmarks.html b/htdocs/settings/bookmarks.html index 7518427..185d664 100644 --- a/htdocs/settings/bookmarks.html +++ b/htdocs/settings/bookmarks.html @@ -20,7 +20,7 @@ ${header}
${bookmarks}
- +
diff --git a/owrx/controllers/settings/bookmarks.py b/owrx/controllers/settings/bookmarks.py index 83c9840..4e802e1 100644 --- a/owrx/controllers/settings/bookmarks.py +++ b/owrx/controllers/settings/bookmarks.py @@ -55,7 +55,7 @@ class BookmarksController(AuthorizationMixin, WebpageController): {frequency} {modulation_name} - + """.format( diff --git a/owrx/form/__init__.py b/owrx/form/__init__.py index 3e828fe..f53cc00 100644 --- a/owrx/form/__init__.py +++ b/owrx/form/__init__.py @@ -42,7 +42,7 @@ class Input(ABC): input=input, infotext=infotext, removable="removable" if self.removable else "", - removebutton='' + removebutton='' if self.removable else "", ) diff --git a/owrx/form/device.py b/owrx/form/device.py index e4b5165..767a010 100644 --- a/owrx/form/device.py +++ b/owrx/form/device.py @@ -227,7 +227,7 @@ class SchedulerInput(Input):
{time_inputs} {select} - +
""".format( time_inputs=render_time_inputs(slot), @@ -241,10 +241,10 @@ class SchedulerInput(Input):
- +
""".format( rows=rows, diff --git a/owrx/form/gfx.py b/owrx/form/gfx.py index 99a2ca6..c4d766d 100644 --- a/owrx/form/gfx.py +++ b/owrx/form/gfx.py @@ -11,8 +11,8 @@ class ImageInput(Input, metaclass=ABCMeta):
{label}
- - + + """.format( id=self.id, label=self.label, url=self.cachebuster(self.getUrl()), classes=" ".join(self.getImgClasses()) diff --git a/owrx/source/__init__.py b/owrx/source/__init__.py index ca052e0..e752f09 100644 --- a/owrx/source/__init__.py +++ b/owrx/source/__init__.py @@ -415,7 +415,7 @@ class OptionalSection(Section): {options}
- +