[Bps-public-commit] rt-extension-formtools branch, master, updated. af3d44a952f81c9c5d8688f3b5144840a70271ff
Ruslan Zakirov
ruz at bestpractical.com
Mon Apr 11 16:59:51 EDT 2011
The branch, master has been updated
via af3d44a952f81c9c5d8688f3b5144840a70271ff (commit)
from b9fc7c0eabe42ee44df130623c8130f74983034a (commit)
Summary of changes:
html/FormTools/Field | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit af3d44a952f81c9c5d8688f3b5144840a70271ff
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date: Tue Apr 12 00:59:31 2011 +0400
close li tag, not span
diff --git a/html/FormTools/Field b/html/FormTools/Field
index a17a82d..428a0c3 100644
--- a/html/FormTools/Field
+++ b/html/FormTools/Field
@@ -195,7 +195,7 @@ unless ( $default ) {
% if (@values > 1) {
<ul>
% for (@values) {
- <li class="readonly"><% $_ %></span>
+ <li class="readonly"><% $_ %></li>
% }
</ul>
% } else {
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list