diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-15 23:04:07 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-15 23:04:07 +0100 |
| commit | 10c6f16c20e20c585262b9dd4a75011a73462488 (patch) | |
| tree | e38c78391a0b7927190c1429dd2163e31338e960 /app/Module | |
| parent | 017b694142778c0c51783c02a3d5517037c087cb (diff) | |
| download | webtrees-10c6f16c20e20c585262b9dd4a75011a73462488.tar.gz webtrees-10c6f16c20e20c585262b9dd4a75011a73462488.tar.bz2 webtrees-10c6f16c20e20c585262b9dd4a75011a73462488.zip | |
HTML validation
Diffstat (limited to 'app/Module')
| -rw-r--r-- | app/Module/GoogleMapsModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index 845469cb85..10f2044080 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -463,13 +463,13 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, <div class="col-sm-6"> <div class="input-group"> <label class="input-group-addon" for="GM_PH_XSIZE"><?php echo I18N::translate('Width') ?></label> - <input id="GM_XSIZE" class="form-control" type="text" name="GM_PH_XSIZE" value="<?php echo $this->getSetting('GM_PH_XSIZE') ?>"> + <input id="GM_PH_XSIZE" class="form-control" type="text" name="GM_PH_XSIZE" value="<?php echo $this->getSetting('GM_PH_XSIZE') ?>"> </div> </div> <div class="col-sm-6"> <div class="input-group"> <label class="input-group-addon" for="GM_PH_YSIZE"><?php echo I18N::translate('Height') ?></label> - <input id="GM_YSIZE" class="form-control" type="text" name="GM_PH_YSIZE" value="<?php echo $this->getSetting('GM_PH_YSIZE') ?>"> + <input id="GM_PH_YSIZE" class="form-control" type="text" name="GM_PH_YSIZE" value="<?php echo $this->getSetting('GM_PH_YSIZE') ?>"> </div> </div> </div> |
