Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 165051 script tag issue

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 165051 script tag issue

- Summary:

- Bugzilla Bug (s) Resolved:
165051 script tag issue


- Description:

  If the user includes the script code into the HTML fragment, BIRT needn't encoding the special characters (>, &, > etc) in the scripts as those characters may have different means in script fragment.

- Tests Description  :

Manual test

- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "the character in script needn't be encoded." -l "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java" "/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLTags.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top