From 4f80f9542f3e84617f7058d4d8e983518f830bdd Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 6 May 2020 18:14:25 +0300 Subject: [PATCH] luci-app-statistics: remove quotemark from comment Apparently " in a comment may cause an error in some conditions. Reference to issue #4020 Remove also ";" just in case... Signed-off-by: Hannu Nyman --- .../resources/statistics/rrdtool/definitions/uptime.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js index 2b6ea226a8..7a8d4b250a 100644 --- a/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js +++ b/applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js @@ -1,8 +1,8 @@ /* Copyright 2013 Thomas Endt -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. +Licensed under the Apache License, Version 2.0 (the License). +You may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 -- 2.30.2