Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 185824 Details for
Bug 229178
[content assist] Portions of tag library description can be missing or altered when displayed by JSP content assist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
patch
229178-1.patch (text/plain), 947 bytes, created by
Rakesh
on 2010-12-27 03:57:27 EST
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Rakesh
Created:
2010-12-27 03:57:27 EST
Size:
947 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.wst.sse.ui >Index: src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java >=================================================================== >RCS file: /cvsroot/webtools/sourceediting/plugins/org.eclipse.wst.sse.ui/src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java,v >retrieving revision 1.3 >diff -u -r1.3 HTML2TextReader.java >--- src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java 10 Apr 2007 20:06:10 -0000 1.3 >+++ src/org/eclipse/wst/sse/ui/internal/derived/HTML2TextReader.java 27 Dec 2010 08:56:47 -0000 >@@ -139,7 +139,7 @@ > tag= tag.substring(1); > > if (!fgTags.contains(tag)) >- return EMPTY_STRING; >+ return '<' + html + '>'; > > > if ("pre".equals(html)) { //$NON-NLS-1$ >@@ -201,7 +201,7 @@ > if ("/dd".equals(html)) //$NON-NLS-1$ > return LINE_DELIM; > >- return EMPTY_STRING; >+ return EMPTY_STRING; > } > > /*
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
nsand.dev
:
iplog+
Actions:
View
|
Diff
Attachments on
bug 229178
:
183448
| 185824