diff --git a/trunk/video.pl b/trunk/video.pl
index 8eb1d05..8521a3c 100644
--- a/trunk/video.pl
+++ b/trunk/video.pl
@@ -115,6 +115,7 @@ if($query->url_param('title') or $query->url_param('id'))
push @{ $page->{'video'} },
{
'thumbnail' => "$domain/video-stills/$id",
+ 'cortado' => $query->param('cortado') eq 'false' ? "false" : "true",
'filesize' => $filesize,
'duration' => $duration,
'width' => $width,
diff --git a/trunk/xsl/xhtml.xsl b/trunk/xsl/xhtml.xsl
index 65ed9ec..fc7d07c 100755
--- a/trunk/xsl/xhtml.xsl
+++ b/trunk/xsl/xhtml.xsl
@@ -588,35 +588,68 @@