diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-10-30 17:24:31 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-10-30 17:24:31 +0000 |
| commit | fe8b71f311753b6bb7be62b697035e420fb5f056 (patch) | |
| tree | 829eccec88252804fd3ccd00fad780f551dfc919 /index_edit.php | |
| parent | da9c61e696a7bcd63a4e6a7e792fbe3434618e18 (diff) | |
| download | webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.tar.gz webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.tar.bz2 webtrees-fe8b71f311753b6bb7be62b697035e420fb5f056.zip | |
Cosmetic change - consistent "; " before PHP close tag
Diffstat (limited to 'index_edit.php')
| -rw-r--r-- | index_edit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index_edit.php b/index_edit.php index 6ccd883785..e8bff176ff 100644 --- a/index_edit.php +++ b/index_edit.php @@ -310,9 +310,9 @@ if ($action=="configure") { <div id="configure" class="tab_page center" style="position: absolute; display: block; top: auto; left: auto; z-index: 1; "> <br /> <form name="config_setup" method="post" action="index_edit.php"> - <input type="hidden" name="ctype" value="<?php echo $ctype;?>" /> + <input type="hidden" name="ctype" value="<?php echo $ctype; ?>" /> <input type="hidden" name="action" value="update" /> - <input type="hidden" name="name" value="<?php echo $name;?>" /> + <input type="hidden" name="name" value="<?php echo $name; ?>" /> <table dir="ltr" border="1" width="400px"> <tr><td class="topbottombar" colspan="7"> <?php |
