Prefs page minor fix.

This commit is contained in:
Nicolo Maio 2023-10-27 10:44:01 +02:00
parent 3452ef67cc
commit 0b00bedfef

View file

@ -670,9 +670,7 @@ if auth.has_capability(auth.capabilities.preferences) then
print [[<input name="csrf" type="hidden" value="]]
print(ntop.getRandomCSRFValue())
print [[" />
print [[</form>]]
</form>]]
end
-- ================================================================================