diff options
Diffstat (limited to 'framework/3rdParty/SafeHtml/HTMLSax3')
-rw-r--r-- | framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php | 4 | ||||
-rw-r--r-- | framework/3rdParty/SafeHtml/HTMLSax3/States.php | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php b/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php index 6256706c..ac82d073 100644 --- a/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php +++ b/framework/3rdParty/SafeHtml/HTMLSax3/Decorators.php @@ -19,12 +19,12 @@ // | Authors: Many @ Sitepointforums Advanced PHP Forums |
// +----------------------------------------------------------------------+
//
-// $Id: Decorators.php,v 1.2 2005/12/22 11:09:09 weizhuo Exp $
+// $Id$
//
/**
* Decorators for dealing with parser options
* @package System.Security.SafeHtml
-* @version $Id: Decorators.php,v 1.2 2005/12/22 11:09:09 weizhuo Exp $
+* @version $Id$
* @see TSax3::set_option
*/
/**
diff --git a/framework/3rdParty/SafeHtml/HTMLSax3/States.php b/framework/3rdParty/SafeHtml/HTMLSax3/States.php index 2b863a59..6dfead17 100644 --- a/framework/3rdParty/SafeHtml/HTMLSax3/States.php +++ b/framework/3rdParty/SafeHtml/HTMLSax3/States.php @@ -19,12 +19,12 @@ // | Authors: Many @ Sitepointforums Advanced PHP Forums |
// +----------------------------------------------------------------------+
//
-// $Id: States.php,v 1.2 2005/12/22 11:09:09 weizhuo Exp $
+// $Id$
//
/**
* Parsing states.
* @package System.Security.SafeHtml
-* @version $Id: States.php,v 1.2 2005/12/22 11:09:09 weizhuo Exp $
+* @version $Id$
*/
/**
* Define parser states
|