From: <al...@us...> - 2008-09-30 15:41:38
|
Revision: 714 http://sciret.svn.sourceforge.net/sciret/?rev=714&view=rev Author: alpeb Date: 2008-09-30 15:41:28 +0000 (Tue, 30 Sep 2008) Log Message: ----------- fixed bad IE conditional tags Modified Paths: -------------- trunk/templates/ViewArticle.tpl trunk/templates/head.tpl Modified: trunk/templates/ViewArticle.tpl =================================================================== --- trunk/templates/ViewArticle.tpl 2008-09-30 14:52:33 UTC (rev 713) +++ trunk/templates/ViewArticle.tpl 2008-09-30 15:41:28 UTC (rev 714) @@ -48,7 +48,6 @@ [l]by[/l] {modifiedByUserName} <!-- END lastModif_block --> <br /> - <!--[if !IE]><!--> </p> <p class="view_right"> <!-- BEGIN edit_del_block --> Modified: trunk/templates/head.tpl =================================================================== --- trunk/templates/head.tpl 2008-09-30 14:52:33 UTC (rev 713) +++ trunk/templates/head.tpl 2008-09-30 15:41:28 UTC (rev 714) @@ -13,9 +13,9 @@ <!--[if IE 7]><link rel="stylesheet" href="style_ie7.css" type="text/css" media="screen" charset="utf-8"><![endif]--> <link href="others.css" type="text/css" rel="StyleSheet" /> <script type="text/javascript">var isIE7 = false;</script> - <!-[if IE 7]-> + <!--[if IE 7]> <script type="text/javascript">isIE7 = true;</script> - <![endif]-> + <![endif]--> <!-- basic YUI libraries --> <script type="text/javascript" src="javascript/yui/build/yahoo-dom-event/yahoo-dom-event.js"></script> <script type="text/javascript" src="javascript/yui/build/connection/connection.js"></script> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |