From a4b92504b035daeb84a6fb636816e06506408488 Mon Sep 17 00:00:00 2001 From: Monirzadeh <25131576+Monirzadeh@users.noreply.github.com> Date: Sun, 11 Jun 2023 22:48:12 +0330 Subject: [PATCH] fix direction in RTL language (#615) Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com> --- internal/view/content.html | 6 +++--- internal/view/js/component/bookmark.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/view/content.html b/internal/view/content.html index 4bdee79..6489ea6 100644 --- a/internal/view/content.html +++ b/internal/view/content.html @@ -27,7 +27,7 @@
-
+
$$html .Book.HTML$$
@@ -87,4 +87,4 @@ - \ No newline at end of file + diff --git a/internal/view/js/component/bookmark.js b/internal/view/js/component/bookmark.js index 4cd4c1d..d2e3815 100644 --- a/internal/view/js/component/bookmark.js +++ b/internal/view/js/component/bookmark.js @@ -6,7 +6,7 @@ var template = ` -

{{title}} +

{{title}} @@ -114,4 +114,4 @@ export default { this.$emit("update", this.eventItem); } } -} \ No newline at end of file +}