Skip to content

Commit

Permalink
sorry, typo in the script
Browse files Browse the repository at this point in the history
  • Loading branch information
juliantenney committed Aug 10, 2015
1 parent d727cbc commit 9cbe959
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
}
}

var origPassage = x_addLineBreaks(x_currentPageXML.getAttribute("passage")),
var origPassage = x_addLineBreaks(x_currentPageXML.getAttribute("passage"));

if (origPassage.substr(0,3) == '<p>'){
origPassage = origPassage.substr(3);
origPassage = origPassage.substr(0, origPassage.length - 5);
Expand Down

0 comments on commit 9cbe959

Please sign in to comment.