Bug 152469 - [UI] Missing text between <strong> tag in error log view page
Summary: [UI] Missing text between <strong> tag in error log view page
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: Doc (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 trivial (vote)
Target Milestone: 3.3 RC4   Edit
Assignee: Noam Chitayat CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed, Documentation
Depends on:
Blocks:
 
Reported: 2006-08-01 11:36 EDT by Karice McIntyre CLA
Modified: 2007-06-05 19:18 EDT (History)
3 users (show)

See Also:


Attachments
Patch for bug 152469. (1.44 KB, patch)
2007-06-01 13:30 EDT, Noam Chitayat CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Karice McIntyre CLA 2006-08-01 11:36:25 EDT
File  = eclipse\plugins\org.eclipse.pde.doc.user\guide\tools\views\error_log.htm 

In the following sentence: 
The<strong> </strong>view is available under <a class="command-link" 
href='javascript:executeCommand("org.eclipse.ui.views.showView(org. 
eclipse.ui.views.showView.viewId=org.eclipse.pde.runtime.LogView)")'> 
<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"> 
<strong>Window &gt; Show View &gt; Error Log</strong> 

The view name between the first <strong> markers is missing. "Error Log" should be probably added there.
Comment 1 Mike Pawlowski CLA 2007-06-01 13:18:01 EDT
Hey Noam,
Can you take a look at this one?
Comment 2 Noam Chitayat CLA 2007-06-01 13:30:30 EDT
Created attachment 69737 [details]
Patch for bug 152469.

"Error Log" has been added in the element.
Comment 3 Mike Pawlowski CLA 2007-06-01 13:56:46 EDT
Thanks Noam.  Patch released to HEAD.