Fix mis-use of span within fieldset.
authorxinming <xinming@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Mon, 22 Jun 2009 16:17:32 +0000 (16:17 +0000)
committerxinming <xinming@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>
Mon, 22 Jun 2009 16:17:32 +0000 (16:17 +0000)
commit12be7578f63e736880fc42ee9f5fa25dee02df5f
tree084f9ce00a6deed3ea4855dcc996a1fc0172ce89
parent565c0f31ec5a6e3a121e3da74c9fc1a845aeac72
Fix mis-use of span within fieldset.

div and span is inter-changable as they can be styled via css, But we should
really use div element within fieldset instead of span element by default. I
believe using div here is the sane default. ;-)

below urls are for references:
http://www.learnwebdesignonline.com/htmlcourse/span-div.htm
http://archive.thedevweb.com/2007/0502.html
share/skin/base/layout/field/container.tt
share/skin/base/layout/field/mutable.tt