Changeset a47acc5 in github


Ignore:
Timestamp:
Sep 16, 2008 9:06:20 AM (5 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
491a6e2
Parents:
36c236e
Message:

Allow content of HTML head sections to be processes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/lib/washtml.php

    rc505e59 ra47acc5  
    7878   
    7979  /* Ignore these HTML tags but process their content */ 
    80   static $ignore_elements = array('html', 'body'); 
     80  static $ignore_elements = array('html', 'head', 'body'); 
    8181   
    8282  /* Allowed HTML attributes */ 
Note: See TracChangeset for help on using the changeset viewer.