Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/footer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
if (docLanguage == "ja") {
if (str == "Find <b>#pymupdf</b> on <b>Discord</b>") {
return "<b>Discord</b>の <b>#pymupdf</b> を見つける";
} else if (str == "Have a <b>&nbsp;question</b>? Need some <b>&nbsp;answers</b>?&nbsp;") {
} else if (str == "Have a<b>&nbsp;question</b>? Need some<b>&nbsp;answers</b>?&nbsp;") {
return "質問がありますか?答えが必要ですか?";
}
else if (str == "This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at <a href='https://www.artifex.com?utm_source=rtd-pymupdf&utm_medium=rtd&utm_content=footer-link'>artifex.com</a> or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.") {
Expand All @@ -37,7 +37,7 @@
}

document.getElementById("findOnDiscord").innerHTML = getHeaderAndFooterTranslation("Find <b>#pymupdf</b> on <b>Discord</b>");
document.getElementById("forumCTAText").innerHTML = getHeaderAndFooterTranslation("Have a <b>&nbsp;question</b>? Need some <b>&nbsp;answers</b>?&nbsp;");
document.getElementById("forumCTAText").innerHTML = getHeaderAndFooterTranslation("Have a<b>&nbsp;question</b>? Need some<b>&nbsp;answers</b>?&nbsp;");
document.getElementById("footerDisclaimer").innerHTML = getHeaderAndFooterTranslation("This software is provided AS-IS with no warranty, either express or implied. This software is distributed under license and may not be copied, modified or distributed except as expressly authorized under the terms of that license. Refer to licensing information at <a href='https://www.artifex.com?utm_source=rtd-pymupdf&utm_medium=rtd&utm_content=footer-link'>artifex.com</a> or contact Artifex Software Inc., 39 Mesa Street, Suite 108A, San Francisco CA 94129, United States for further information.");


Expand Down
4 changes: 2 additions & 2 deletions docs/header.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@

<div id="discordAndForumHolder">
<div class="discordLink" style="display:flex;align-items:center;margin-top: 5px;">
<a href="https://discord.gg/TSpYGBW4eq" id="findOnDiscord" target=_blank>Find <b>#pymupdf</b> on <b>Discord</b></a>
<a href="https://discord.gg/TSpYGBW4eq" target=_blank>
<a href="https://artifex.com/discord/artifex" id="findOnDiscord" target=_blank>Find <b>#pymupdf</b> on <b>Discord</b></a>
<a href="https://artifex.com/discord/artifex" target=_blank>
<div style="width:30px;height:30px;margin-left:5px;">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36">
<defs>
Expand Down
Loading