diff --git a/brmd/brmd.pl b/brmd/brmd.pl index 909e011..68be333 100755 --- a/brmd/brmd.pl +++ b/brmd/brmd.pl @@ -203,6 +203,9 @@ sub web_index { $response->push_header("Content-Type", "text/html"); disable_caching($response); + my $r_link = ''; + $record and $r_link .= 'watch now!'; + $response->content(< brmd @@ -212,7 +215,7 @@ sub web_index {

Enjoy the view!

(view source)