Skip to content

Commit

Permalink
Fix typo in css-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Udera committed Apr 15, 2017
1 parent 1d1d393 commit 756fc7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vexim/siteadd.php
Expand Up @@ -13,7 +13,7 @@
</head>
<body>
<?php include dirname(__FILE__) . '/config/header.php'; ?>
<div id='menu'>
<div id='Menu'>
<a href="site.php"><?php echo _('Manage Domains'); ?></a><br>
<a href="sitepassword.php"><?php echo _('Site Password'); ?></a><br>
<br><a href="logout.php"><?php echo _('Logout'); ?></a><br>
Expand Down
2 changes: 1 addition & 1 deletion vexim/sitedelete.php
Expand Up @@ -73,7 +73,7 @@
</head>
<body>
<?php include dirname(__FILE__) . "/config/header.php"; ?>
<div id='menu'>
<div id='Menu'>
<a href='site.php'><?php echo _("Manage Domains"); ?></a><br>
<a href='sitepassword.php'><?php echo _("Site Password"); ?></a><br>
<br><a href='logout.php'><?php echo _("Logout"); ?></a><br>
Expand Down

0 comments on commit 756fc7f

Please sign in to comment.