diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-02-12 15:11:36 +0100 |
commit | 8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1 (patch) | |
tree | 721eb5cb78a3eb7b625bab659bf35e3e62d45154 /chart.cgi | |
parent | ccbeca7150a295e3a5b3fade2f2b07247dcb4d16 (diff) | |
download | bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.gz bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.bz2 bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.tar.xz bugs-8e0b7aa5e9fb3920d4283b9582d8cf5a35d51ab1.zip |
Bug 969881: All "Help" links in the header and footer of pages point to inexistent files
r=gerv a=justdave
Diffstat (limited to 'chart.cgi')
-rwxr-xr-x | chart.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ if (grep(/^cmd-/, $cgi->param())) { my $action = $cgi->param('action'); my $series_id = $cgi->param('series_id'); -$vars->{'doc_section'} = 'reporting.html#charts'; +$vars->{'doc_section'} = 'using.html#charts'; # Because some actions are chosen by buttons, we can't encode them as the value # of the action param, because that value is localization-dependent. So, we |