[FFmpeg-cvslog] [ffmpeg-fateserver] branch master updated. 1428ab7 Fix extra brace
gitolite
ffmpeg-cvslog at ffmpeg.org
Mon Apr 13 01:57:47 CEST 2015
The branch, master has been updated
via 1428ab7ac1356d95d81d8e729d2d275eb0bc2d0c (commit)
from d9167db42bd2cb3eb95ce071b9ae4fc18f709821 (commit)
- Log -----------------------------------------------------------------
commit 1428ab7ac1356d95d81d8e729d2d275eb0bc2d0c
Author: Timothy Gu <timothygu99 at gmail.com>
AuthorDate: Sun Apr 12 16:56:38 2015 -0700
Commit: Timothy Gu <timothygu99 at gmail.com>
CommitDate: Sun Apr 12 16:56:38 2015 -0700
Fix extra brace
diff --git a/index.cgi b/index.cgi
index 105cb86..030fb52 100755
--- a/index.cgi
+++ b/index.cgi
@@ -216,7 +216,7 @@ start 'div', class => 'progress';
if ($allpass) {
print <<EOF;
<div class="progress-bar pass" role="progressbar" title="${allpass}% tests passed" aria-valuenow="${allpass}" aria-valuemin="0" aria-valuemax="100" style="width: ${allpass}%">
- <span class="sr-only">${allpass}%}</span>
+ <span class="sr-only">${allpass}%</span>
</div>
EOF
}
-----------------------------------------------------------------------
Summary of changes:
index.cgi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
More information about the ffmpeg-cvslog
mailing list