Skip to content

Commit d58f6f9

Browse files
committed
Language: #fix language terms problem with " in it
1 parent 8f3b0db commit d58f6f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

public/main/search/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
);
562562

563563
$jqueryExtra .= $extra['jquery_ready_content'];
564-
$userForm->addHtml('<p class="text-info">'.get_lang('You will find in the <a style="color:blue" href=\"/faq">FAQ</a> the recommended environment to work on the platform.').'</p>');
564+
$userForm->addHtml('<p class="text-info">'.get_lang('You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform.').'</p>');
565565
$userForm->addButtonSave(get_lang('Save'), 'submit_partial[environnement]');
566566
$userForm->addEndPanel();
567567

translations/messages.en.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30509,8 +30509,8 @@ msgstr "My work environment"
3050930509
msgid "To work on the platform, I use:"
3051030510
msgstr "To work on the platform, I use:"
3051130511

30512-
msgid "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30513-
msgstr "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30512+
msgid "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
30513+
msgstr "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
3051430514

3051530515
msgid "Validate learning trail"
3051630516
msgstr "Validate learning trail"

translations/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30474,7 +30474,7 @@ msgstr ""
3047430474
msgid "To work on the platform, I use:"
3047530475
msgstr ""
3047630476

30477-
msgid "You will find in the <a style=\"color:blue\" href=\"/faq">FAQ</a> the recommended environment to work on the platform."
30477+
msgid "You will find in the <a style="color:blue" href="/faq">FAQ</a> the recommended environment to work on the platform."
3047830478
msgstr ""
3047930479

3048030480
msgid "Validate learning trail"

0 commit comments

Comments
 (0)