mirror of
https://git.zx2c4.com/cgit
synced 2024-11-25 01:48:41 +00:00
remove trailing whitespaces from source files
This commit is contained in:
parent
dcb16f0d11
commit
b431282c91
@ -125,7 +125,7 @@ unless ($@) {
|
|||||||
my $ctx = shift;
|
my $ctx = shift;
|
||||||
my $raw = 0;
|
my $raw = 0;
|
||||||
if (defined $ctx) {
|
if (defined $ctx) {
|
||||||
my $output = $ctx->stash('markdown_output');
|
my $output = $ctx->stash('markdown_output');
|
||||||
if (defined $output && $output =~ m/^html/i) {
|
if (defined $output && $output =~ m/^html/i) {
|
||||||
$g_empty_element_suffix = ">";
|
$g_empty_element_suffix = ">";
|
||||||
$ctx->stash('markdown_output', '');
|
$ctx->stash('markdown_output', '');
|
||||||
@ -1287,7 +1287,7 @@ sub _EncodeCode {
|
|||||||
{
|
{
|
||||||
no warnings 'once';
|
no warnings 'once';
|
||||||
if (defined($blosxom::version)) {
|
if (defined($blosxom::version)) {
|
||||||
s/\$/$/g;
|
s/\$/$/g;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user