Skip to content
Snippets Groups Projects
Commit d8ab15a5 authored by Michelle Rodzis's avatar Michelle Rodzis
Browse files

added rule for ptrs in whitespace handling

parent 77f67d10
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ declare function pre:default-element
(if($following-node[matches(., "[\s\n\r\t]") and normalize-space(.) = ""]
and $following-sibling[self::ref or self::app or self::hi or self::bibl
or self::foreign or self::choice or self::milestone or self::persName
or self::choice or self::index or self::seg]
or self::choice or self::index or self::seg or self::ptr]
and not($node[self::index]))
then
attribute {"break-after"}{"yes"}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment