Changeset 15659 for trunk/www


Ignore:
Timestamp:
Dec 31, 2005, 10:37:31 AM (18 years ago)
Author:
jmpp
Message:

Submitted by: jmpp@

es/archives.php now correctly sets the utf-8 encoding, plus a slimmer title
for the es/help/index.php page.

Location:
trunk/www/es
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/es/archives.php

    r15643 r15659  
    33    include_once("$DOCUMENT_ROOT/es/includes/common.inc");
    44    include_once("$DOCUMENT_ROOT/es/includes/functions.inc");
    5     print_header('Archivo de Noticias de DarwinPorts', 'iso-8859-1');
     5    print_header('Archivo de Noticias de DarwinPorts', 'utf-8');
    66  ?>
    77
  • trunk/www/es/help/index.php

    r15643 r15659  
    33                include_once("$DOCUMENT_ROOT/es/includes/common.inc");
    44                /* include_once("$DOCUMENT_ROOT/es/includes/functions.inc"); */
    5                 print_header('Obtención de Ayuda', 'utf-8');
     5                print_header('Ayuda', 'utf-8');
    66        ?>
    77       
Note: See TracChangeset for help on using the changeset viewer.