diff --git a/shell-scripts.d/top-level-tags.sh b/shell-scripts.d/top-level-tags.sh index 4550acc..7db6f0a 100755 --- a/shell-scripts.d/top-level-tags.sh +++ b/shell-scripts.d/top-level-tags.sh @@ -3,7 +3,6 @@ # This script adds top-level tags to your XML files. # - XML header # - TEI header -# - and tags with attributes echo -e "\nAdding top-level tags." @@ -34,7 +33,7 @@ do \t\t<\/fileDesc>\ \t<\/teiHeader>\ \t\ -\t\t\ +\t\t\ \t\t\t\n/' "$file" # Replace canto number, comedy number, and canticle sed -i -e "s/~TITLE_CANTO_NUM~/$CANTO_NUM/" "$file"