Fixed typo in the note about system default encoding for Console
diff --git a/4.25/platform.html b/4.25/platform.html
index 67913a6..41fd64b 100644
--- a/4.25/platform.html
+++ b/4.25/platform.html
@@ -97,8 +97,8 @@
</p>
<img src="images/system_encoding.png" alt=""/>
<p>
- API notes: if <code>DebugPlugin.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING<code/> attribute is set,
- <code>ILaunchManager.getEncoding(ILaunchConfiguration)<code/>
+ API notes: if <code>DebugPlugin.ATTR_FORCE_SYSTEM_CONSOLE_ENCODING</code> attribute is set,
+ <code>ILaunchManager.getEncoding(ILaunchConfiguration)</code>
will return the value of <code>Platform.getSystemCharset()</code> and
<code>ILaunchConfiguration.getAttribute(DebugPlugin.ATTR_CONSOLE_ENCODING, null)</code>
will return <code>null</code>, indicating that default system value should be used.