Commit:    25acd11538835068903b0f5c2aa444e4e89c1362
Author:    Adam Harvey <[email protected]>         Wed, 11 Dec 2013 13:04:06 -0800
Parents:   4472f99b4b72d7f2189b0af5ad7d182fb2974d7e
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=25acd11538835068903b0f5c2aa444e4e89c1362

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 &quot;unblock&quot;
   the file after downloading it by right-clicking on it in Windows Explorer and
@@ -95,9 +96,7 @@ $formats = array(
   &quot;Security&quot; options).  Failure to unblock the documentation file may
   result in error messages including &quot;Navigation to the webpage was
   canceled&quot; 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

Reply via email to