MD5: Changed output to read MD5 instead of Md5.

master
gdrooid 2014-06-25 11:20:43 +02:00
parent 6667cb44f8
commit 198bb55834
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ sub html_output {
my $md5 = shift;
return "<style type='text/css'>$css</style>"
."<div class='zci--md5'>"
."<span class='text--secondary'>Md5:</span>"
."<span class='text--secondary'>MD5:</span>"
."<span class='text--primary'> $md5</span>"
."</div>";
}