diff options
Diffstat (limited to 'src/ks_gbfhtml.cpp')
-rw-r--r-- | src/ks_gbfhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ks_gbfhtml.cpp b/src/ks_gbfhtml.cpp index 6342ba4..f8f2a8d 100644 --- a/src/ks_gbfhtml.cpp +++ b/src/ks_gbfhtml.cpp @@ -159,7 +159,7 @@ namespace KioSword { else if (!strcmp(tag.getName(), "RX")) { buf += "<a href=\""; - buf += swordUrlForSearch(DEFBIBLE, token + 3, m_swordoptions); + buf += swordUrlForSearch(DEFBIBLE, token + 3, m_swordoptions).utf8(); /* FIXME - restore this, work out what it does for (tok = token + 3; *tok; tok++) { |