Skip to content

Commit e7229cb

Browse files
ptzieglerakurtakov
authored andcommitted
Minor cleanup of HTML5 files in org.eclipse.platform.doc.user
Contributes to #3275
1 parent d4ab283 commit e7229cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/compare_contentviewer.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h3>Content Merge Viewers</h3>
111111
<a href="../reference/api/org/eclipse/compare/contentmergeviewer/IMergeViewerContentProvider.html"><b>IMergeViewerContentProvider</b></a> interface.</p>
112112

113113

114-
<h4><a name="Text">Text Merging</a></h4>
114+
<h4 id="Text">Text Merging</h4>
115115

116116

117117
<p> If your viewer uses text, additional classes that&nbsp; compare

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/team_ui_prefs.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>Adding Preferences and Properties</h3>
2626
&lt;/extension&gt;</pre>
2727
<p>The preferences dialog shows the CVS preferences underneath the team
2828
category.</p>
29-
<p><img src="images/teamprefs.png" alt="" border="0" ></p>
29+
<p><img src="images/teamprefs.png" alt="" style="border:0" ></p>
3030
<p>&nbsp;</p>
3131
<p>Properties are added as described by <a href="../reference/extension-points/org_eclipse_ui_propertyPages.html"><b>org.eclipse.ui.propertyPages</b></a>.&nbsp;
3232
There is no special team category for properties, since a resource can only be

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/workbench_advext_activities.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ <h4>Using Expression-based Activities</h4>
376376
&nbsp;&nbsp;&nbsp;&nbsp;stateMap.put(RIGHTS_VARIABLE,&nbsp;<EM>YourRightsHandler</EM>.getUserRights());<br>
377377
&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">return </span>stateMap;<br>
378378
&nbsp;&nbsp;}<br><br>
379-
&nbsp;&nbsp;<span class="keyword">public </span>String<[]&nbsp;getProvidedSourceNames()&nbsp;{<br>
379+
&nbsp;&nbsp;<span class="keyword">public </span>String[]&nbsp;getProvidedSourceNames()&nbsp;{<br>
380380

381381
&nbsp;&nbsp;&nbsp;&nbsp;<span class="keyword">return </span>PROVIDED_SOURCE_NAMES;<br>
382382
&nbsp;&nbsp;}<br><BR>&nbsp;&nbsp;<span

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2025. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
55
<meta charset="UTF-8"/>
66
<link rel="STYLESHEET" href="../book.css"/>
7-
<style type="text/css">
7+
<style>
88
body { max-width: 900px; font-family: sans-serif; }
99
</style>
1010
<title>Eclipse Platform What's New</title>

0 commit comments

Comments
 (0)