Skip to content

Commit

Permalink
Merge pull request #197 from ronaldrager/master
Browse files Browse the repository at this point in the history
Fixed html error in Installation, System Check page.
Thanks for the pull request!
  • Loading branch information
Matthieu Aubry committed Jan 14, 2014
2 parents 2984ed1 + f3d1cb4 commit 1742f92
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

1 comment on commit 1742f92

@sgiehl
Copy link
Member

@sgiehl sgiehl commented on 1742f92 Jan 15, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattab Please keep in mind, that changes to translations need to be done on oTrance, aswell. I've done that for this change now. But as I'm not able to have a look at all changes, please do it on your own the next time or send me a note. Thx

Please sign in to comment.