Removed obsolete $ in source files
This commit is contained in:
parent
a39c010e06
commit
e5f2b64d98
146 changed files with 836 additions and 1081 deletions
|
@ -1,4 +1,3 @@
|
|||
; $Id: htmlpurifier.info,v 1.6 2008/04/24 04:13:09 ezyang Exp $
|
||||
name = "HTML Purifier"
|
||||
description = "Filter that removes malicious HTML and ensures standards compliant output."
|
||||
package = "Input filters"
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
<?php
|
||||
// $Id: htmlpurifier.module,v 1.21 2010/09/28 14:55:02 ezyang Exp $
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Implements HTML Purifier as a Drupal filter.
|
||||
|
|
Reference in a new issue