Bhikkhu-Kosalla 5 years ago
parent
commit
f30c0867cf

+ 1 - 1
app/studio/js/render.js

@@ -1705,7 +1705,7 @@ function render_tran_sent_block(book, para, begin, end, channal = 0, readonly =
 		output += "<span>";
 		output += "<span>";
 
 
 		if (thischannal) {
 		if (thischannal) {
-			output += thischannal.name + "-<b>" + thischannal.lang + "<b>@";
+			output += thischannal.name + "-<b>" + thischannal.lang + "</b>@";
 			if (thischannal.username == getCookie("username")) {
 			if (thischannal.username == getCookie("username")) {
 				output += gLocal.gui.your;
 				output += gLocal.gui.your;
 			} else {
 			} else {

+ 1 - 1
documents/users_guide/en/markdown_guide.md

@@ -9,7 +9,7 @@
 |`*italic*`|*italic*|
 |`*italic*`|*italic*|
 |`***bold Italic***`|***bold Italic***|
 |`***bold Italic***`|***bold Italic***|
 |`~~strikethrough~~`|~~strikethrough~~|
 |`~~strikethrough~~`|~~strikethrough~~|
-|`[link to wikipali](www.wikipali.org)`|[link to wikipali](www.wikipali.org)|
+|`[link to wikipali](www.wikipali.org "commentary&#10;note")`|[link to wikipali](www.wikipali.org "commentary&#10;note")|
 ---
 ---
 ## paragraph style
 ## paragraph style
 
 

+ 1 - 1
documents/users_guide/zh-cn/markdown_guide.md

@@ -8,7 +8,7 @@
 |`*斜体*`|*斜体*|
 |`*斜体*`|*斜体*|
 |`***粗斜体***`|***粗斜体***|
 |`***粗斜体***`|***粗斜体***|
 |`~~校对删除~~`|~~校对删除~~|
 |`~~校对删除~~`|~~校对删除~~|
-|`[链接标题](www.wikipali.org)`|[链接标题](www.wikipali.org)|
+|`[链接标题](www.wikipali.org "注&#10;释")`|[链接标题](www.wikipali.org "注&#10;释")|
 
 
 ## 段落样式
 ## 段落样式
 
 

+ 1 - 1
documents/users_guide/zh-tw/markdown_guide.md

@@ -7,7 +7,7 @@
 |`*斜體*`|*斜體*|
 |`*斜體*`|*斜體*|
 |`***粗斜體***`|***粗斜體***|
 |`***粗斜體***`|***粗斜體***|
 |`~~校對刪除~~`|~~校對刪除~~|
 |`~~校對刪除~~`|~~校對刪除~~|
-|`[連結標題](www.wikipali.org)`|[連結標題](www.wikipali.org)|
+|`[連結標題](www.wikipali.org "註&#10;釋")`|[連結標題](www.wikipali.org "註&#10;釋")|
 |\`内容`||
 |\`内容`||
 
 
 ## 段落樣式
 ## 段落樣式