URI: 
       tVanilla Mozilla, too. - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 71be091310083c828fea31eeb32cdc7b162d9285
   DIR parent 8414847a0709bcf83b2f0bc198a5390ab5db6072
  HTML Author: wkj <devnull@localhost>
       Date:   Sat,  3 Jul 2004 17:46:40 +0000
       
       Vanilla Mozilla, too.
       
       Diffstat:
         M bin/web                             |       3 +++
       
       1 file changed, 3 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/bin/web b/bin/web
       t@@ -14,6 +14,9 @@ plumb1()
                *firefox*)
                        $BROWSER -remote 'openURL('$i', new-tab)'
                        ;;
       +        *mozilla*)
       +                $BROWSER -remote 'openURL('$i', new-tab)'
       +                ;;
                esac
        }