Closed (fixed)
Project:
HTML Purifier
Version:
6.x-2.4
Component:
Documentation
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2011 at 03:07 UTC
Updated:
11 Feb 2012 at 21:20 UTC
It looks messy in library folder if we cannot put the htmlpurifier files in a subfolder of $library_path/library/htmlpurifier. Do anyone agree? It is minor and easy to fix.
Comments
Comment #1
sbandyopadhyay commentedActually, the code in htmlpurifier.install DOES require it to be in $library_path/htmlpurifier/library/... but in the INSTALL.txt file, it says to put it into $library_path/htmlpurifier/... [without the /library/].
So, line 34 of the INSTALL.txt should be revised to say:
sites/all/libraries/htmlpurifier/library/Comment #2
ezyang commentedFixed in ab71e69ecb06b0e70d4091e87ad354bec03e10e0 and later commits...