Skip to content

Commit eea6bab

Browse files
authored
Merge pull request majlis-erc#704 from majlis-erc/issue639RollBack
Rollback changes for majlis-erc#639
2 parents fbfa899 + ffacebc commit eea6bab

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

services/submit.xql

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,10 +299,7 @@ declare function local:passthru($node as node()*) as item()* {
299299
(: Markdown to TEI :)
300300
declare function local:markdown2TEI($node){
301301
for $l in tokenize($node, '\n\n')
302-
return
303-
(: edit for 639 rollback is <p>{local:lineBreak($l)}</p> :)
304-
if(local:lineBreak($l) = '') then ()
305-
else <p>{local:lineBreak($l)}</p>
302+
return <p>{local:lineBreak($l)}</p>
306303
};
307304

308305
declare function local:lineBreak($s){

0 commit comments

Comments
 (0)