Skip to content

Commit 42658b7

Browse files
committed
Merge branch 'i18n' of https://github.com/lbryio/lbry.io into i18n
2 parents eef1c72 + 3c0077b commit 42658b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controller/action/DownloadActions.class.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public static function executeSignup()
7676

7777
if (!$email || !filter_var($email, FILTER_VALIDATE_EMAIL))
7878
{
79-
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . $email);
79+
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . htmlspecialchars($email));
8080
}
8181
else
8282
{

posts/faq/mining-credits.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ category: mining
55
Library Credits (LBC) are mined over a 20-year Proof of Work period.
66
Block rewards increase every 100 blocks by 1LBC, peak at 500, and decline slowly.
77

8-
For GPU mining, please see our list of [pools] (https://lbry.io/faq/mining-pools). Each pool has a slightly different setup so please check their Getting Started page.
8+
For GPU mining, please see our list of [pools](https://lbry.io/faq/mining-pools). Each pool has a slightly different setup so please check their Getting Started page.
99

1010
For CPU mining, LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.
1111

0 commit comments

Comments
 (0)