The branch, master has been updated via 1428ab7ac1356d95d81d8e729d2d275eb0bc2d0c (commit) from d9167db42bd2cb3eb95ce071b9ae4fc18f709821 (commit)
- Log ----------------------------------------------------------------- commit 1428ab7ac1356d95d81d8e729d2d275eb0bc2d0c Author: Timothy Gu <timothyg...@gmail.com> AuthorDate: Sun Apr 12 16:56:38 2015 -0700 Commit: Timothy Gu <timothyg...@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 -- _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog