Skip to content

Commit ed5f58b

Browse files
author
Todd Bruner
committed
attempting to put a border on it
1 parent a5caeb6 commit ed5f58b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/Scot/App/Responder/RecFutureProxy.pm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,9 @@ sub json_to_html {
255255
my $self = shift;
256256
my ($input) = @_;
257257
my $element;
258+
my $table_attr = {
259+
style => 'border:1;'
260+
};
258261

259262
if ( ref $input eq 'ARRAY' ) {
260263
$element = HTML::Make->new('ol');

0 commit comments

Comments
 (0)