Skip to content

Commit

Permalink
Markdown: Fix broken layout in news page
Browse files Browse the repository at this point in the history
Fixes #22204
  • Loading branch information
vboctor committed Jan 22, 2017
1 parent 9ff3e22 commit f1aaddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/print_api.php
Expand Up @@ -498,7 +498,7 @@ function print_news_item_option_list() {
* @return void
*/
function print_news_entry( $p_headline, $p_body, $p_poster_id, $p_view_state, $p_announcement, $p_date_posted ) {
$t_headline = string_display_links( $p_headline );
$t_headline = string_display_line_links( $p_headline );
$t_body = string_display_links( $p_body );
$t_date_posted = date( config_get( 'normal_date_format' ), $p_date_posted );

Expand Down

0 comments on commit f1aaddf

Please sign in to comment.