Code Duplication    Length = 2-2 lines in 2 locations

Themes/default/Calendar.template.php 2 locations

@@ 460-461 (lines=2) @@
457
							echo '
458
								</span>';
459
460
							if (!empty($event['location']))
461
								echo '
462
								<br>
463
								<span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
464
@@ 646-647 (lines=2) @@
643
					echo '
644
								</span>';
645
646
					if (!empty($event['location']))
647
						echo '<br>
648
								<span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
649
650
					if (!empty($event_icons_needed))