diff options
| author | Andreas Brachold <vdr07@deltab.de> | 2007-09-17 15:58:23 +0000 |
|---|---|---|
| committer | Andreas Brachold <vdr07@deltab.de> | 2007-09-17 15:58:23 +0000 |
| commit | 3a869354f086761b3a647121c07be61dc52b071c (patch) | |
| tree | 4cd36afdf9c60410ae0ebd7f8cf491e9f3960fb3 /html | |
| parent | cfd92fa45d5b86a70b094cc9df9124faa15386e1 (diff) | |
| download | xxv-3a869354f086761b3a647121c07be61dc52b071c.tar.gz xxv-3a869354f086761b3a647121c07be61dc52b071c.tar.bz2 | |
* RECORDS Fix singlequote
* Fix some typos
Diffstat (limited to 'html')
| -rw-r--r-- | html/help.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/help.tmpl b/html/help.tmpl index a42ba8e..927dc76 100644 --- a/html/help.tmpl +++ b/html/help.tmpl @@ -71,7 +71,7 @@ var tree = new WebFXTree("XXV", "?cmd=<?% start %?>"); <?% IF allow('vtxpage') %?>tree.add(new WebFXTreeItem("<?% gettext("Teletext") %?>", "?cmd=vtxpage"));<?% END %?> -<?% IF allow('mllist') %?>tree.add(new WebFXTreeItem("<?% gettext("Media Library") %?>", "?cmd=mllist"));<?% END %?> +<?% IF allow('mllist') %?>tree.add(new WebFXTreeItem("<?% gettext("Media library") %?>", "?cmd=mllist"));<?% END %?> <?% IF allow('configedit') %?> |
