Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 17... Línea 17...
17
 * However, most users will only need to interface with the HTMLPurifier
17
 * However, most users will only need to interface with the HTMLPurifier
18
 * and HTMLPurifier_Config.
18
 * and HTMLPurifier_Config.
19
 */
19
 */
Línea 20... Línea 20...
20
 
20
 
21
/*
21
/*
22
    HTML Purifier 4.17.0 - Standards Compliant HTML Filtering
22
    HTML Purifier 4.18.0 - Standards Compliant HTML Filtering
Línea 23... Línea 23...
23
    Copyright (C) 2006-2008 Edward Z. Yang
23
    Copyright (C) 2006-2008 Edward Z. Yang
24
 
24
 
25
    This library is free software; you can redistribute it and/or
25
    This library is free software; you can redistribute it and/or
Línea 56... Línea 56...
56
 
56
 
57
    /**
57
    /**
58
     * Version of HTML Purifier.
58
     * Version of HTML Purifier.
59
     * @type string
59
     * @type string
60
     */
60
     */
Línea 61... Línea 61...
61
    public $version = '4.17.0';
61
    public $version = '4.18.0';
62
 
62
 
63
    /**
63
    /**
64
     * Constant with version of HTML Purifier.
64
     * Constant with version of HTML Purifier.
Línea 65... Línea 65...
65
     */
65
     */
66
    const VERSION = '4.17.0';
66
    const VERSION = '4.18.0';
67
 
67
 
68
    /**
68
    /**