Fix incorrect image names (upper case -> lower case).

This commit is contained in:
Zhang Huangbin 2014-10-13 18:15:01 +08:00
parent a07110bda5
commit dca0316178
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ disable_functions =show_source,system,shell_exec,passthru,phpinfo,proc_open ;
You will see a new toolbar button after logging into Roundcube webmail:
![](../images/Markasjunk2_toolbar_button.png)
![](../images/markasjunk2_toolbar_button.png)
Check SQL database `sa_bayes` before we testing this plugin:

View File

@ -169,7 +169,7 @@ disable_functions =show_source,system,shell_exec,passthru,phpinfo,proc_open ;
<li>Restarting Apache web server.</li>
</ul>
<p>You will see a new toolbar button after logging into Roundcube webmail:</p>
<p><img alt="" src="../images/Markasjunk2_toolbar_button.png" /></p>
<p><img alt="" src="../images/markasjunk2_toolbar_button.png" /></p>
<p>Check SQL database <code>sa_bayes</code> before we testing this plugin:</p>
<pre><code># mysql -uroot -p
mysql&gt; USE sa_bayes;