Il 15/10/2012 16:07, Alan Etkin ha scritto:
If possible, I would separate the roman numbers and the town name in the model:db.define_table('town', Field('name', default='Portella Della Ginestra'), Field('roman', ...))That would solve the line break problem and you could just refer to the town by id
no I can't :) I don't want to modify data. Thanks anyway M. --