Re: [php-gtk-webmaster] cvs: php-gtk-web /include shared-manual.inc
[email protected] ("Steph Fox") Thu, 13 Jul 2006 07:45:11 +0200
| Newsgroups | php.gtk.webmaster |
|---|---|
| Message-ID | <150001c6a63f$8287dbd0$6602a8c0@foxbox> |
I just corrupted my entire php-gtk-web/include directory somehow while
trying to get it to update.
All I wanted to do was get the address for the DTD right :) The declaration
should read:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Thanks Chris!
- Steph
----- Original Message -----
From: "Christian Weiske" <[email protected]>
To: <[email protected]>
Sent: Thursday, July 13, 2006 7:44 AM
Subject: [php-gtk-webmaster] cvs: php-gtk-web /include shared-manual.inc
> cweiske Thu Jul 13 05:44:13 2006 UTC
>
> Modified files:
> /php-gtk-web/include shared-manual.inc
> Log:
> Making docs (phpweb) valid
>
>
> http://cvs.php.net/viewvc.cgi/php-gtk-web/include/shared-manual.inc?r1=1.76&r2=1.77&diff_format=u
> Index: php-gtk-web/include/shared-manual.inc
> diff -u php-gtk-web/include/shared-manual.inc:1.76
> php-gtk-web/include/shared-manual.inc:1.77
> --- php-gtk-web/include/shared-manual.inc:1.76 Thu Jul 13 04:48:24 2006
> +++ php-gtk-web/include/shared-manual.inc Thu Jul 13 05:44:13 2006
> @@ -43,7 +43,7 @@
>
> if(sizeof($TOC) > 1) {
> $SIDEBAR_DATA.= '<tr valign="top"><td><small>' .
> - 'lookup: <input type="text" class="small" name="function" size="10"> ' .
> + 'lookup: <input type="text" class="small" name="function" size="10"/> '
> .
> make_submit('small_submit.gif', 'lookup', 'bottom') .
> '<br /></small></td></tr>';
>
> @@ -146,8 +146,9 @@
>
> if (count($links)) {
> echo 'view this page in ' . join (delim(), $links);
> - echo '<br /></small></td></tr>';
> + echo '<br />';
> }
> + echo '</small></td></tr>';
>
> echo "</table>\n";
> }
>
> --
> PHP-GTK Webmaster Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> __________ NOD32 1.1380 (20060125) Information __________
>
> This message was checked by NOD32 antivirus system.
> http://www.eset.com
>
>