Does anyone know why the Python wiki is all messed up when logged in?
Well, more importantly, does anyone know how to fix it? :-)

When logged in the page looks like this for me:

http://i.imgur.com/0B27p.png

The style section in the page head varies considerably between the anonymous:


"""
<link rel="stylesheet" type="text/css" charset="utf-8" media="all"
href="/wiki/europython/css/common.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="screen"
href="/wiki/europython/css/screen.css">
<link rel="stylesheet" type="text/css" charset="utf-8" media="print"
href="/wiki/europython/css/print.css">
<link rel="stylesheet" type="text/css" charset="utf-8"
media="projection" href="/wiki/europython/css/projection.css">

<!-- css only for MS IE6/IE7 browsers -->
<!--[if lt IE 8]>
   <link rel="stylesheet" type="text/css" charset="utf-8" media="all"
href="/wiki/europython/css/msie.css">
<![endif]-->
"""

and logged-in versions:


"""
<!--style-start -->
  <link rel="stylesheet" type="text/css" media="screen"
href="/wiki/python/css/screen.css" />
  <link rel="stylesheet" type="text/css" media="sc&#82;een"
href="http://www.python.org/styles/netscape4.css"; />
  <link rel="stylesheet" type="text/css" media="print"
href="http://www.python.org/styles/print.css"; />
  <link rel="alternate stylesheet" type="text/css" media="screen"
href="http://www.python.org/styles/largestyles.css"; title="large text"
/>
"""


I've had a look on the host but I cannot fathom where the HTML pages
are generated from.


    Richard
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
http://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to