diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-05-06 18:14:25 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2020-05-06 18:14:25 +0300 |
commit | 4f80f9542f3e84617f7058d4d8e983518f830bdd (patch) | |
tree | 6b5c8012865ba36a15e225ec4573a345e708604c /applications/luci-app-statistics | |
parent | 2a94e18d9b71208b19468c7e2d26168b0609601b (diff) |
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 <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-statistics')
-rw-r--r-- | applications/luci-app-statistics/htdocs/luci-static/resources/statistics/rrdtool/definitions/uptime.js | 4 |
1 files 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 2b6ea226a..7a8d4b250 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 <tmo26@gmx.de> -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 |