diff options
| author | Pim van den Berg | 2015-02-26 22:08:24 +0100 |
|---|---|---|
| committer | Pim van den Berg | 2015-02-26 22:09:28 +0100 |
| commit | fd44246516626b696409796772bfa2cf453dd0c9 (patch) | |
| tree | 617566ac54bde242d259965e8ed8a17bcf2b1634 /inc/html.inc.php | |
| parent | plugin/apache: don't use network_datasize for apache_bytes (diff) | |
| download | apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.zip apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.gz apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.bz2 apt-panopticon_cgp-fd44246516626b696409796772bfa2cf453dd0c9.tar.xz | |
inc/html: s/licence/license/
Closes #117
Diffstat (limited to 'inc/html.inc.php')
| -rw-r--r-- | inc/html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.inc.php b/inc/html.inc.php index 2d745ec..cf3d15d 100644 --- a/inc/html.inc.php +++ b/inc/html.inc.php | |||
| @@ -112,7 +112,7 @@ function html_end() { | |||
| 112 | echo <<<EOT | 112 | echo <<<EOT |
| 113 | </div> | 113 | </div> |
| 114 | <div id="footer"> | 114 | <div id="footer"> |
| 115 | <hr><span class="small"><a href="http://pommi.nethuis.nl/category/cgp/" rel="external">Collectd Graph Panel</a> ({$version}) is distributed under the <a href="{$html_weburl}doc/LICENSE" rel="licence">GNU General Public License (GPLv3)</a></span> | 115 | <hr><span class="small"><a href="http://pommi.nethuis.nl/category/cgp/" rel="external">Collectd Graph Panel</a> ({$version}) is distributed under the <a href="{$html_weburl}doc/LICENSE" rel="license">GNU General Public License (GPLv3)</a></span> |
| 116 | </div> | 116 | </div> |
| 117 | 117 | ||
| 118 | EOT; | 118 | EOT; |
