Code Duplication    Length = 3-3 lines in 2 locations

classes/class-accommodation.php 1 location

@@ 155-157 (lines=3) @@
152
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'excerpt'); ?>" type="checkbox" name="content[]" value="excerpt" /> <?php _e('Excerpt','wetu-importer'); ?></li>
153
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'gallery'); ?>" type="checkbox" name="content[]" value="gallery" /> <?php _e('Main Gallery','wetu-importer'); ?></li>
154
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'category'); ?>" type="checkbox" name="content[]" value="category" /> <?php _e('Category','wetu-importer'); ?></li>
155
		                        <?php if(class_exists('LSX_TO_Maps')){ ?>
156
								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'location'); ?>" type="checkbox" name="content[]" value="location" /> <?php _e('Location','wetu-importer'); ?></li>
157
		                        <?php } ?>
158
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'destination'); ?>" type="checkbox" name="content[]" value="destination" /> <?php _e('Connect Destinations','wetu-importer'); ?></li>
159
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'checkin'); ?>" type="checkbox" name="content[]" value="checkin" /> <?php _e('Check In / Check Out','wetu-importer'); ?></li>
160
								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'facilities'); ?>" type="checkbox" name="content[]" value="facilities" /> <?php _e('Facilities','wetu-importer'); ?></li>

classes/class-destination.php 1 location

@@ 172-174 (lines=3) @@
169
                                    <input class="content" <?php $this->checked($this->destination_options, 'gallery'); ?>
170
                                           type="checkbox" name="content[]"
171
                                           value="gallery"/> <?php _e('Main Gallery', 'wetu-importer'); ?></li>
172
								<?php if (class_exists('LSX_TO_Maps')) { ?>
173
                                    <li>
174
                                        <input class="content" <?php $this->checked($this->destination_options, 'location'); ?>
175
                                               type="checkbox" name="content[]"
176
                                               value="location"/> <?php _e('Location', 'wetu-importer'); ?></li>
177
								<?php } ?>