diff --git a/core/modules/poll/poll.module b/core/modules/poll/poll.module
index 8e6d1af..ef6dc2a 100644
--- a/core/modules/poll/poll.module
+++ b/core/modules/poll/poll.module
@@ -826,8 +826,8 @@ function poll_view_results($node, $view_mode, $block = FALSE) {
 
     $poll_results[] = array(
       '#theme' => 'meter',
-      '#prefix' => '<dt class="choice-title">' . check_plain($choice['chtext']) . '</dt>' . PHP_EOL . '<dd class="choice-result">',
-      '#suffix' => '</dd>' . PHP_EOL,
+      '#prefix' => '<dt class="choice-title">' . check_plain($choice['chtext']) . '</dt>' . "\n" . '<dd class="choice-result">',
+      '#suffix' => '</dd>' . "\n",
       '#display_value' =>  t('!percentage%', array('!percentage' => $percentage)) . $display_votes,
       '#min' => 0,
       '#max' => $total_votes,
