Skip to content

Commit

Permalink
fixed an html error
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2867 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
vboctor committed Aug 20, 2004
1 parent ecf9a51 commit 4649bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.122 2004-08-17 18:01:18 thraxisp Exp $
# $Id: html_api.php,v 1.123 2004-08-20 12:30:09 vboctor Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -179,7 +179,7 @@ function html_css() {

# fix for NS 4.x css
echo "\t", '<script type="text/javascript" language="JavaScript">', "\n";
echo "\t\t", 'if(document.layers) {document.write("<style>td{padding:0px;}<\/style>")}', "\n";
echo "\t\t", 'if(document.layers) {document.write("<style>td{padding:0px;}</style>")}', "\n";
echo "\t", '</script>', "\n";
}

Expand Down

0 comments on commit 4649bed

Please sign in to comment.