Details
-
Type: Bug
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: filters
-
Labels:None
Description
Chris Little changed osis2mod paragraph handling in r3011. Previously <p>...</p> was transformed from <div type="paragraph" sID="xxx"/>...<div type="paragraph" eID="xxx"/> to <div type="x-p" sID="xxx"/>...<div type="x-p" eID="xxx"/>.
The filters osishtmlhref and osisxhtml have handling for the former and not the latter. They now need to handle both type="paragraph" and type="x-p". Both for the sake of backward compatibility with modules that have already been released.
Attachments
Issue Links
- is depended on by
-
MODTOOLS-62 osis2mod generates <div type="paragraph"> for <p> and has none of the desired effects (as of 1.7.2)
- Resolved