jeremycollake / x-wrt

Automatically exported from code.google.com/p/x-wrt
3 stars 0 forks source link

Old style link are still in the head #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install Kamikaze snapshot
2. log in
3. Use a Gecko based Browser and use view/use style and notice that all the
old css color styles are listed there.
The reasons is easy to see in viewsource:
<link rel="alternate stylesheet" type="text/css"
href="/themes/active/color_white.css" title="white" />
    <link rel="alternate stylesheet" type="text/css"
href="/themes/active/color_brown.css" title="brown" />
    <link rel="alternate stylesheet" type="text/css"
href="/themes/active/color_green.css" title="green" />
    <link rel="alternate stylesheet" type="text/css"
href="/themes/active/color_navyblue.css" title="navyblue" />

    <link rel="alternate stylesheet" type="text/css"
href="/themes/active/color_black.css" title="black" />

What version of the product are you using? On what operating system?
OpenWrt Kamikaze bleeding edge, r11979
Kernel      Linux 2.4.35.4 #2 Tue Jul 29 01:38:34 CDT 2008
Device      Linksys WRT54G/GS/GL

Original issue reported on code.google.com by Matthias...@gmail.com on 29 Jul 2008 at 11:12

GoogleCodeExporter commented 9 years ago
fixed r4411.

Original comment by kemen04@gmail.com on 8 Aug 2008 at 12:49