templates/filter/text-format-wrapper.func.php

$output = '<div class="text-format-wrapper">';
  $output .= $element['#children'];
  if (!empty($element['#description'])) {
    $output .= '<p class="help-block">' . $element['#description'] . '</div>';
  }
  $output .= "</p>\n";

There is <div> on line 18 but close tag is </p>. And <p> on line 21 has wrong pair too.

BTW Thank you for your amazing job! Your theme is awesome!

Comments

rozh’s picture

Issue summary: View changes
markhalliwell’s picture

Status: Active » Fixed

Great catch! Thanks!

  • Mark Carver committed cb6abd8 on 7.x-3.x
    Issue #2334513 by rozh: Fixed Typo in text-format-wrapper.func.php ().
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.