Skip to content

Commit

Permalink
added to controller area
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Mar 20, 2010
1 parent 381b0cf commit f1b3107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/JSTAPd/Contents.pm
Expand Up @@ -273,7 +273,7 @@ sub build_html {
my $index = $self->slurp;
$body = sprintf '<div id="jstap_users_body_container">%s</div>', $body;
$index =~ s/\$HEAD/$head/g;
$index =~ s/\$BODY/$body/g;
$index =~ s{\$BODY}{$body<div id="jstap_tap_result_container"></div>}g;
$index;
}

Expand Down

0 comments on commit f1b3107

Please sign in to comment.