Merge branch 'i18n' of https://github.com/lbryio/lbry.io into i18n

This commit is contained in:
Bruno Parga 2016-07-26 19:04:07 +00:00
commit 42658b7035
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ class DownloadActions extends Actions
if (!$email || !filter_var($email, FILTER_VALIDATE_EMAIL))
{
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . $email);
Session::set(Session::KEY_DOWNLOAD_ACCESS_ERROR, 'Please provide a valid email. You provided: ' . htmlspecialchars($email));
}
else
{

View file

@ -5,7 +5,7 @@ category: mining
Library Credits (LBC) are mined over a 20-year Proof of Work period.
Block rewards increase every 100 blocks by 1LBC, peak at 500, and decline slowly.
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.
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.
For CPU mining, LBRY binaries are out for OS X and Ubuntu. Others may try compiling from source.