URL: https://svn.lrde.epita.fr/svn/lrde-tools/trunk/buildbot Git branch: master (HEAD: 34b0452)
ChangeLog: 2007-11-29 Benoit Sigoure tsuna@lrde.epita.fr
Fix the `Home' link in the WebStatus. * masters/menu.html: Use `_top' for the target instead of `top'. Report by Nicolas Despres and Guillaume Deslandes.
--- masters/ChangeLog | 6 ++++++ masters/menu.html | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/masters/ChangeLog b/masters/ChangeLog index cec2792..fc1182f 100644 --- a/masters/ChangeLog +++ b/masters/ChangeLog @@ -1,3 +1,9 @@ +2007-11-29 Benoit Sigoure tsuna@lrde.epita.fr + + Fix the `Home' link in the WebStatus. + * masters/menu.html: Use `_top' for the target instead of `top'. + Report by Nicolas Despres and Guillaume Deslandes. + 2007-11-29 Alexandre Duret-Lutz adl@lrde.epita.fr
* spot_master.cfg: Run `autoreconf -vi', not `autoreconf -fvi'. diff --git a/masters/menu.html b/masters/menu.html index d034431..135cbb4 100644 --- a/masters/menu.html +++ b/masters/menu.html @@ -36,7 +36,7 @@ body { <body> <div id="nav"> <ul> - <li><a href="/" target="top">Home</a></li> + <li><a href="/" target="_top">Home</a></li> <li><a href="waterfall" target="content">Waterfall</a></li> <li><a href="one_box_per_builder" target="content">Latest Build</a></li> <li><a href="one_line_per_build" target="content">Recent Builds</a></li>