Removed obsolete $ in source files

This commit is contained in:
Manuel Cillero 2017-08-29 14:13:02 +02:00
parent a39c010e06
commit e5f2b64d98
146 changed files with 836 additions and 1081 deletions

View file

@ -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"

View file

@ -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.