[prev in list] [next in list] [prev in thread] [next in thread] 

List:       twig-devel
Subject:    [twig-devel] Re: • not valid HTML
From:       "Tom Goulet (UID0)" <uid0 () em ! ca>
Date:       2003-04-05 20:47:26
[Download RAW message or body]

> In features/common.inc.php3 on line 289 you have:
> > $ret .=  "&#149;&nbsp;" .  twigLink( $contents[$i]["desc"], \
> > $contents[$i]["command"], $contents[$i]["action"], $contents[$i]["options"], \
> > $contents[$i]["target"], $sother, $cother ) . "<BR>\n";

(It's now on line 338.)

> The "&#149;" above is not valid HTML and therefore has unpredictable
> effects.  You can use the HTML 4.01 element &bull; instead.  Better yet
> would be to use an unordered list.

<makes a face>  Will you please fix this?

uid0@churchill:~$ diff -ur twig-2.7.7 twig-2.7.7.no149/
diff -ur twig-2.7.7/features/common.inc.php3 \
                twig-2.7.7.no149/features/common.inc.php3
--- twig-2.7.7/features/common.inc.php3 2002-10-15 00:33:35.000000000 -0600
+++ twig-2.7.7.no149/features/common.inc.php3   2003-04-05 14:57:31.000000000 -0600
@@ -335,7 +335,7 @@
                        case 4:
                                for( $i = 0; $i < $j; $i++ )
                                        {
-                                       $ret .=  "&#149;&nbsp;" . twigLink( \
$contents[$i]["desc"], $contents[$i]["command"], $contents[$i]["action"], \
$contents[$i]["options"], $contents[$i]["target"], $sother, $cother ) . "<BR>\n"; +   \
$ret .=  "&bull;&nbsp;" . twigLink( $contents[$i]["desc"], $contents[$i]["command"], \
$contents[$i]["action"], $contents[$i]["options"], $contents[$i]["target"], $sother, \
$cother ) . "<BR>\n";  }

                                break;
uid0@churchill:~$

-- 
Tom Goulet				mail: uid0@em.ca
UID0 Unix Consulting			web:  em.ca/uid0/


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic