[Bps-public-commit] r14366 - in Prophet/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Tue Jul 22 04:20:11 EDT 2008
Author: sartak
Date: Tue Jul 22 04:20:11 2008
New Revision: 14366
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/lib/Prophet/Server/View.pm
Log:
r64721 at onn: sartak | 2008-07-22 04:20:00 -0400
Don't need the type-uuid-propname id on every cell
Modified: Prophet/trunk/lib/Prophet/Server/View.pm
==============================================================================
--- Prophet/trunk/lib/Prophet/Server/View.pm (original)
+++ Prophet/trunk/lib/Prophet/Server/View.pm Tue Jul 22 04:20:11 2008
@@ -42,8 +42,7 @@
my $prop = $_->{prop};
cell {
attr {
- id => "$type-$uuid-$prop",
- class => $prop,
+ class => "prop-$prop",
};
outs $_->{value}
}
More information about the Bps-public-commit
mailing list