Code Duplication    Length = 3-3 lines in 2 locations

SSI.php 2 locations

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