Skip to content

Commit

Permalink
Fixed html error in Installation, System Check page.
Browse files Browse the repository at this point in the history
Removed HTML in Installation_SystemCheckPhpPdoAndMysqliSite
and renamed to Installation_SystemCheckPhpPdoAndMysqli
  • Loading branch information
David Barnett committed Jan 14, 2014
1 parent f9b3de1 commit f3d1cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lang/en.json
Expand Up @@ -1084,7 +1084,7 @@
"SystemCheckExtensions": "Other required extensions",
"SystemCheckDatabaseHelp": "Piwik requires either the mysqli extension or both the PDO and pdo_mysql extensions.",
"SystemCheckPdoAndMysqliHelp": "On a Linux server you can compile php with the following options: %1$s In your php.ini, add the following lines: %2$s",
"SystemCheckPhpPdoAndMysqliSite": "More information on: <a style=\"color:red\" href=\"http:\/\/php.net\/pdo\">PHP PDO<\/a> and <a style=\"color:red\" href=\"http:\/\/php.net\/mysqli\">MYSQLI<\/a>.",
"SystemCheckPhpPdoAndMysqli": "More information on: %1$sPHP PDO%2$s and %3$sMYSQLI%4$s.",
"SystemCheckWinPdoAndMysqliHelp": "On a Windows server you can add the following lines to your php.ini: %s",
"SystemCheckSplHelp": "You need to configure and rebuild PHP with the Standard PHP Library (SPL) enabled (by default).",
"SystemCheckZlibHelp": "You need to configure and rebuild PHP with \"zlib\" support enabled, --with-zlib.",
Expand Down
2 changes: 1 addition & 1 deletion plugins/Installation/templates/_systemCheckSection.twig
Expand Up @@ -45,7 +45,7 @@
{{ 'Installation_RestartWebServer'|translate }}
<br/>
<br/>
{{ 'Installation_SystemCheckPhpPdoAndMysqliSite'|translate }}
{{ 'Installation_SystemCheckPhpPdoAndMysqli'|translate("<a style=\"color:red\" href=\"http:\/\/php.net\/pdo\">","<\/a>","<a style=\"color:red\" href=\"http:\/\/php.net\/mysqli\">","<\/a>")|raw|nl2br }}
</p>
</td>
</tr>
Expand Down

0 comments on commit f3d1cb4

Please sign in to comment.