Code Duplication    Length = 3-3 lines in 2 locations

SSI.php 2 locations

@@ 1353-1355 (lines=3) @@
1350
			<strong>', $return['question'], '</strong><br>
1351
			', !empty($return['allowed_warning']) ? $return['allowed_warning'] . '<br>' : '';
1352
1353
		foreach ($return['options'] as $option)
1354
			echo '
1355
			<label for="', $option['id'], '">', $option['vote_button'], ' ', $option['option'], '</label><br>';
1356
1357
		echo '
1358
			<input type="submit" value="', $txt['poll_vote'], '" class="button_submit">
@@ 1521-1523 (lines=3) @@
1518
				<strong>', $return['question'], '</strong><br>
1519
				', !empty($return['allowed_warning']) ? $return['allowed_warning'] . '<br>' : '';
1520
1521
		foreach ($return['options'] as $option)
1522
			echo '
1523
				<label for="', $option['id'], '">', $option['vote_button'], ' ', $option['option'], '</label><br>';
1524
1525
		echo '
1526
				<input type="submit" value="', $txt['poll_vote'], '" class="button_submit">