Browse Source

remove a sorta-extraneous trailing slash on contents

main
Brennen Bearnes 8 years ago
parent
commit
e00489173a
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      lib/WRT.pm

+ 2
- 3
lib/WRT.pm View File

@ -137,7 +137,7 @@ As it stands, freeverse, image, and list are not particularly robust.
package WRT;
our ($VERSION) = '3.0.0';
our ($VERSION) = '3.0.1';
use strict;
use warnings;
@ -808,13 +808,12 @@ sub list_contents {
$linktext ||= $se;
$contents .= q{ }
. a({ href => $self->url_root . "$entry/$se/",
. a({ href => $self->url_root . "$entry/$se",
title => $se },
$linktext);
}
return p( em('more') . ": $contents" ) . "\n";
}
=item icon_markup


|||||||
x
 
000:0
Loading…
Cancel
Save