witten
/
luminotes
Archived
1
0
Fork 0

Changed "IE 7+" supported to "IE 7" supported due to a number of outstanding issues in IE 8 that require fixing.

This commit is contained in:
Dan Helfman 2009-07-12 15:08:55 -07:00
parent c4b600c3a6
commit 09fde2ceba
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ so not all browsers will work for editing your wiki. Supported browsers include:
</p> </p>
<ul> <ul>
<li>Internet Explorer 7+</li> <li>Internet Explorer 7</li>
<li>Firefox 2+</li> <li>Firefox 2+</li>
<li>Chrome 1+</li> <li>Chrome 1+</li>
<li>Safari 3+</li> <li>Safari 3+</li>

View File

@ -110,7 +110,7 @@ class Download_page( Product_page ):
), ),
Tr( Tr(
Td( Td(
u"Firefox 2+, Internet Explorer 7+, Chrome 1+, Safari 3+", u"Firefox 2+, Internet Explorer 7, Chrome 1+, Safari 3+",
class_ = u"small_text", class_ = u"small_text",
colspan = "2", colspan = "2",
), ),