Code Duplication    Length = 2-2 lines in 2 locations

Themes/default/Calendar.template.php 2 locations

@@ 481-482 (lines=2) @@
478
							echo '
479
								</span>';
480
481
							if (!empty($event['location']))
482
								echo '
483
								<br>
484
								<span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
485
@@ 674-675 (lines=2) @@
671
					echo '
672
								</span>';
673
674
					if (!empty($event['location']))
675
						echo '<br>
676
								<span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
677
678
					if (!empty($event_icons_needed))