Differences From Artifact [35d5cf4635]:
- File gluon/contrib/pyrtf/Elements.py — part of check-in [eba4a35a21] at 2011-08-08 04:53:38 on branch develop — Added web2py 1.98.2 (user: spiffy, size: 33089) [annotate] [blame] [check-ins using]
To Artifact [c397df8a85]:
- File gluon/contrib/pyrtf/Elements.py — part of check-in [5e6e1e2c0a] at 2011-11-20 05:28:20 on branch feature/web2py_auth — Upgraded to web2py 1.99.2 (user: spiffy, size: 33090) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
750 751 752 753 754 755 756 |
if len( params ) == 1 :
return Text( params[ 0 ], text_props )
result = Inline( text_props )
apply( result.append, params )
return result
| > | 750 751 752 753 754 755 756 757 |
if len( params ) == 1 :
return Text( params[ 0 ], text_props )
result = Inline( text_props )
apply( result.append, params )
return result
|