Changeset 2991 for trunk/index.php


Ignore:
Timestamp:
07/02/10 13:59:24 (14 years ago)
Author:
amuller
Message:

Ticket #1124 - Configurando a página a validação w3c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2802 r2991  
    2929        /* 
    3030                This is the menuaction driver for the multi-layered design 
    31         */ 
     31         */ 
    3232        if(isset($_GET['menuaction'])) 
    3333        { 
     34 
    3435                list($app,$class,$method) = explode('.',@$_GET['menuaction']); 
    3536                if(! $app || ! $class || ! $method) 
     
    7980                        $target = "XEvents.add( window, 'onload', {$target} );"; 
    8081 
    81                 echo "<script>{$target}</script>"; 
     82                echo "<script type='text/javascript'>{$target}</script>"; 
    8283 
    8384                exit; 
     
    137138                } 
    138139 
    139                 echo '<script>ExpressoLivre.link( "' . $GLOBALS[ 'phpgw' ] -> link( '/home.php' ) . '", true );/* ??? */</script>'; 
     140                echo '<script type="text/javascript">ExpressoLivre.link( "' . $GLOBALS[ 'phpgw' ] -> link( '/home.php' ) . '", true );/* ??? */</script>'; 
    140141                exit; 
    141142        } 
Note: See TracChangeset for help on using the changeset viewer.