Remove obsolete align

This commit is contained in:
John Crisp
2021-03-18 12:55:42 +01:00
parent 4e0b95ace9
commit b2078b631d

View File

@@ -38,7 +38,7 @@ function printHeader($withmenu = "default")
?>
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>PHPki: <?php echo $title?> </title>
<link rel="stylesheet" type="text/css" href="<?php echo $style_css?>">
<script type="text/javascript" language="javascript">
@@ -130,7 +130,7 @@ function printHeader($withmenu = "default")
<?php
}
?><hr style="width:99%; align:left; color:#99caff;" /><?php
?><hr style="width:99%; color:#99caff;" /><?php
}