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 /downloadgedcom.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 'downloadgedcom.php')
| -rw-r--r-- | downloadgedcom.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/downloadgedcom.php b/downloadgedcom.php index 674522698b..a672478f48 100644 --- a/downloadgedcom.php +++ b/downloadgedcom.php @@ -141,16 +141,16 @@ print_header(i18n::translate('Download GEDCOM')); <td class="list_value"><input type="checkbox" name="convert" value="yes" /></td></tr> <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Remove custom webtrees tags? (eg. _WT_USER, _THUM)'), help_link('remove_tags'); ?></td> <td class="list_value"><input type="checkbox" name="remove" value="yes" checked="checked" /></td></tr> - <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert media path to'), help_link('convertPath');?></td> - <td class="list_value"><input type="text" name="conv_path" size="30" value="<?php echo getLRM(), $conv_path, getLRM();?>" /></td></tr> - <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert media folder separators to'), help_link('convertSlashes');?></td> + <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert media path to'), help_link('convertPath'); ?></td> + <td class="list_value"><input type="text" name="conv_path" size="30" value="<?php echo getLRM(), $conv_path, getLRM(); ?>" /></td></tr> + <tr><td class="descriptionbox width50 wrap"><?php echo i18n::translate('Convert media folder separators to'), help_link('convertSlashes'); ?></td> <td class="list_value"> - <input type="radio" name="conv_slashes" value="forward" <?php if ($conv_slashes=='forward') echo "checked=\"checked\" "; ?>/> <?php echo i18n::translate('Forward slashes : /');?><br /> - <input type="radio" name="conv_slashes" value="backward" <?php if ($conv_slashes=='backward') echo "checked=\"checked\" "; ?>/> <?php echo i18n::translate('Backslashes : \\');?> + <input type="radio" name="conv_slashes" value="forward" <?php if ($conv_slashes=='forward') echo "checked=\"checked\" "; ?>/> <?php echo i18n::translate('Forward slashes : /'); ?><br /> + <input type="radio" name="conv_slashes" value="backward" <?php if ($conv_slashes=='backward') echo "checked=\"checked\" "; ?>/> <?php echo i18n::translate('Backslashes : \\'); ?> </td></tr> <tr><td class="facts_label03" colspan="2"> <input type="submit" value="<?php echo i18n::translate('Download Now'); ?>" /> - <input type="button" value="<?php echo i18n::translate('Back');?>" onclick="window.location='editgedcoms.php';"/></td></tr> + <input type="button" value="<?php echo i18n::translate('Back'); ?>" onclick="window.location='editgedcoms.php';"/></td></tr> </table> </form> <?php |
