cvs: phpweb / download-docs.php
[email protected] ("Hannes Magnusson")
| Newsgroups | php.webmaster |
|---|---|
| Message-ID | <cvsbjori1228822353@cvsserver> |
bjori Tue Dec 9 11:32:33 2008 UTC
Modified files:
/phpweb download-docs.php
Log:
Fixed bug#46809 (chm file in German not working) (Pierre)
# Vista "security" settings bs
http://cvs.php.net/viewvc.cgi/phpweb/download-docs.php?r1=1.82&r2=1.83&diff_format=u
Index: phpweb/download-docs.php
diff -u phpweb/download-docs.php:1.82 phpweb/download-docs.php:1.83
--- phpweb/download-docs.php:1.82 Fri Jan 11 11:28:57 2008
+++ phpweb/download-docs.php Tue Dec 9 11:32:33 2008
@@ -1,5 +1,5 @@
<?php
-// $Id: download-docs.php,v 1.82 2008/01/11 11:28:57 bjori Exp $
+// $Id: download-docs.php,v 1.83 2008/12/09 11:32:33 bjori Exp $
$_SERVER['BASE_PAGE'] = 'download-docs.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -79,9 +79,10 @@
<p class="warn">
If you are using Microsoft Internet Explorer under Windows XP SP2 or
later and you are going to download the documentation in CHM
- format, you should "unblock" the file after downloading it, by
+ format, you <strong>need</strong> to "unblock" the file after downloading it, by
right-clicking on it and selecting the properties menu item. Then click
- on the 'Unblock' button. Failing to do this may lead to errors
+ on the 'Unblock' button (on Microsoft Vista this is done in the
+ "<em>security</em>" options). Failing to do this may lead to errors
in the visualization of the file, due to a Microsoft bug.
</p>
</li>