diff options
Diffstat (limited to 'community/sword/01-osisxhtml-super.patch')
-rw-r--r-- | community/sword/01-osisxhtml-super.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/sword/01-osisxhtml-super.patch b/community/sword/01-osisxhtml-super.patch deleted file mode 100644 index dec1de72ee..0000000000 --- a/community/sword/01-osisxhtml-super.patch +++ /dev/null @@ -1,16 +0,0 @@ -Fix superscripts in OSIS->xhtml translations, based on a fix -by Karl Kleinpaste (revision 3375 in SVN) - -diff --git a/src/modules/filters/osisxhtml.cpp b/src/modules/filters/osisxhtml.cpp -index fb743e2..759acc4 100644 ---- a/src/modules/filters/osisxhtml.cpp -+++ b/src/modules/filters/osisxhtml.cpp -@@ -617,7 +617,7 @@ bool OSISXHTML::handleToken(SWBuf &buf, const char *token, BasicFilterUserData * - else if (type == "ol") { - outText("</span>", buf, u); - } -- else if (type == "sup") { -+ else if (type == "super") { - outText("</sup>", buf, u); - } - else if (type == "sub") { |