Skip to content
This repository has been archived by the owner on Nov 19, 2021. It is now read-only.

Commit

Permalink
Remove closing <img> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarrett committed Feb 22, 2019
1 parent d34bd6d commit 6f9523b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/ddgc_export_help.pl
Expand Up @@ -117,7 +117,7 @@ sub write_markup {
ucfirst($category),
$help->sort // 9999,
);
$content .= $tree->as_HTML =~ s{</br>}{}mgr;
$content .= $tree->as_HTML =~ s{</br>}{}mgr =~ s{</img>}{}mgr;

$content > io( catfile( $d, $help->key . '.md' ) );
}
Expand Down

0 comments on commit 6f9523b

Please sign in to comment.