[TikiWiki-commits] [Git][tikiwiki/tiki][master] [FIX] Editor help menu: update markdown typo, and correct broken html code
"luci \(@luciash\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <698fb84d30147_3b7f50a8380e9@gitlab-sidekiq-low-urgency-cpu-bound-v2-7b68dd745d-sbwz8.mail> |
luci pushed to branch master at Tiki Wiki CMS Groupware / Tiki
Commits:
2a5b78ae by Boss Ibrahim Mussa Gregoire at 2026-02-13T23:40:49+00:00
[FIX] Editor help menu: update markdown typo, and correct broken html code
---
* [FIX] Markdown help: update markdown typo, and broken code html
See merge request tikiwiki/tiki!9575
- - - - -
3 changed files:
- lang/fr/language.php
- lib/core/Services/Edit/Controller.php
- templates/tiki-edit_help_markdown.tpl
Changes:
=====================================
lang/fr/language.php
=====================================
@@ -1339,7 +1339,7 @@ $lang_current = array(
"Inline editor update" => "Mise à jour de l'éditeur en ligne",
"Preview" => "Aperçu",
// "Wiki Syntax Help" => "Wiki Syntax Help",
-// "Mardown Syntax Help" => "Mardown Syntax Help",
+"Markdown Syntax Help" => "Aide sur la syntaxe Markdown",
"Plugins" => "Plugiciels",
// "Spreadsheet Help" => "Spreadsheet Help",
// "Edit Help" => "Edit Help",
=====================================
lib/core/Services/Edit/Controller.php
=====================================
@@ -272,7 +272,7 @@ $(window).on("load", function(){
if ($input->markdown_wysiwyg->int() || $input->markdown->int()) {
$help_sections[] = [
'id' => 'wiki-help',
- 'title' => tr('Mardown Syntax Help'),
+ 'title' => tr('Markdown Syntax Help'),
'content' => $smarty->fetch('tiki-edit_help_markdown.tpl'),
];
}
=====================================
templates/tiki-edit_help_markdown.tpl
=====================================
@@ -84,7 +84,7 @@
<td>
{icon name='list'}
<strong>{tr}Blockquotes{/tr}</strong><br>
- <code>> This is a blockquote.<br>> It can span multiple lines.</code
+ <code> This is a blockquote.<br> It can span multiple lines.</code>
</td>
</tr>
<tr>
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2a5b78aea3757b7d0fd89a5f6c282200ca198a93
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2a5b78aea3757b7d0fd89a5f6c282200ca198a93
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs