Invenzzia »

Open Power Template 2.x family

PLEASE PROVIDE THE TEMPLATES AND/OR PHP CODE IN THE TASK DESCRIPTION (Not URL-s to them). THAT ALLOWS US TO REPRODUCE THE PROBLEM! OTHERWISE WE ARE NOT ABLE TO HELP YOU!

Remember to hide all the security-related pieces of code from the task description, like passwords, server paths etc. for your own safety. Once we close the task, we cannot edit it anymore!
Tasklist

FS#87 - stripWhitespaces on true creates incorrect output

Attached to Project: Open Power Template
Opened by Jacek Jędrzejewski (eXtreme) - Saturday, 16 May 2009, 07:05 GMT-7
Last edited by Zyx (Zyx) - Friday, 22 May 2009, 05:32 GMT-7
Task Type Bug Report
Category Compiler
Status Closed
Assigned To Zyx (Zyx)
Operating System OS-independent
Severity Low
Priority Normal
Reported Version 2.0-RC1
Due in Version 2.0-RC2
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

From new questbook example:

Input:
<p>&copy; <a href="http://www.invenzzia.org">Invenzzia Group</a> 2009</p>
<p>Distributed under <a href="http://www.invenzzia.org/license/new-bsd">New BSD License</a></p>

Output:
<p>©<a href="http://www.invenzzia.org">Invenzzia Group</a>2009</p>
<p>Distributed under<a href="http://www.invenzzia.org/license/new-bsd">New BSD License</a></p>

Note missing spaces around <a> tags.
This task depends upon

Closed by  Zyx (Zyx)
Friday, 22 May 2009, 05:32 GMT-7
Reason for closing:  Fixed
Additional comments about closing:  Fixed in rev. 119

Loading...