Code Duplication    Length = 2-2 lines in 2 locations

Themes/default/Calendar.template.php 2 locations

@@ 282-283 (lines=2) @@
279
280
							echo '</span>';
281
282
							if (!empty($event['location']))
283
								echo '<br><span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
284
285
							if ($event['can_edit'] || $event['can_export'])
286
							{
@@ 459-460 (lines=2) @@
456
457
									echo '</span>';
458
459
									if (!empty($event['location']))
460
										echo '<br><span class="event_location', empty($event_icons_needed) ? ' floatright' : '', '">' . $event['location'] . '</span>';
461
462
									if (!empty($event_icons_needed))
463
									{