Commit: 9ea468612ebd2de7a2583e20e759d449811b9e7f Author: Adam Harvey <[email protected]> Wed, 11 Dec 2013 13:04:06 -0800 Parents: 133c2ca4bd44f52d9b190a3d5c84e0eb36e2c780 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=9ea468612ebd2de7a2583e20e759d449811b9e7f Log: Move the download-docs warning out of the list to avoid formatting weirdness. Changed paths: M download-docs.php Diff: diff --git a/download-docs.php b/download-docs.php index 89a38b5..563090f 100644 --- a/download-docs.php +++ b/download-docs.php @@ -85,8 +85,9 @@ $formats = array( translations are based on that version. Most of the translations are not complete, and contain English parts. </li> - <li> - <p class="warn"> +</ul> + +<p class="warn"> If you are using Windows XP SP2 or later and you are going to download the documentation in CHM format, you <strong>need</strong> to "unblock" the file after downloading it by right-clicking on it in Windows Explorer and @@ -95,9 +96,7 @@ $formats = array( "Security" options). Failure to unblock the documentation file may result in error messages including "Navigation to the webpage was canceled" due to Windows security restrictions. - </p> - </li> -</ul> +</p> <?php $files = array(); $found_formats = array(); -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
