Browse Source

Minor - Close properly tag in page header - refs BT#13338

Angel Fernando Quiroz Campos 7 years ago
parent
commit
78a4bff96e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/inc/lib/display.lib.php

+ 1 - 1
main/inc/lib/display.lib.php

@@ -1778,7 +1778,7 @@ class Display
             if ($filter) {
                 $second_title = Security::remove_XSS($second_title);
             }
-            $title .= "<small> $second_title<small>";
+            $title .= "<small> $second_title</small>";
         }
         return '<'.$size.' class="page-header">'.$title.'</'.$size.'>';
     }