fix: correct the HTML tag missing and typo
- the last paragraph missing a closing </p> tag - content 'The is...' -> 'This is...'development
parent
00e383f318
commit
79521101e6
29
index.html
29
index.html
|
@ -1,8 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>mxGraph 4.1.0</title>
|
||||
<link rel="stylesheet" href="docs/css/manual-styles.css">
|
||||
<link rel="stylesheet" href="docs/css/manual-colors.css">
|
||||
<link rel="stylesheet" href="docs/css/manual-styles.css">
|
||||
<link rel="stylesheet" href="docs/css/manual-colors.css">
|
||||
</head>
|
||||
<body>
|
||||
<br/>
|
||||
|
@ -16,7 +16,7 @@ Version 4.1.0 – 24. January 2020
|
|||
<br/>
|
||||
<h1>mxGraph 4.1.0</h1>
|
||||
<p>
|
||||
mxGraph is a JavaScript diagramming library that enables interactive graph
|
||||
mxGraph is a JavaScript diagramming library that enables interactive graph
|
||||
and charting applications to be quickly created that run natively in any
|
||||
major browser that is supported by its vendor.
|
||||
</p>
|
||||
|
@ -50,36 +50,37 @@ Version 4.1.0 – 24. January 2020
|
|||
</ul>
|
||||
<h2>Support</h2>
|
||||
<p>
|
||||
The is an <a href="http://stackoverflow.com/questions/tagged/mxgraph" target="_blank">
|
||||
mxgraph tag on Stack Overflow</a> that we try to keep answered. Please ensure
|
||||
This is an <a href="http://stackoverflow.com/questions/tagged/mxgraph" target="_blank">
|
||||
mxgraph tag on Stack Overflow</a> that we try to keep answered. Please ensure
|
||||
your questions adhere to the <a href="http://stackoverflow.com/help/on-topic" target="_blank">
|
||||
SO guidelines</a>, otherwise it will be closed.
|
||||
</p>
|
||||
<h2>License</h2>
|
||||
<p>
|
||||
mxGraph is licensed under the
|
||||
mxGraph is licensed under the
|
||||
<a href="https://github.com/jgraph/mxgraph/blob/master/LICENSE" target="_blank">
|
||||
Apache License 2.0</a>.
|
||||
</p>
|
||||
<h2>Requirements</h2>
|
||||
<p>
|
||||
The JavaScript client requires Google Chrome 30 and later, Firefox 31 and later,
|
||||
Microsoft Internet Explorer 9.0 and later, Microsoft Edge 20 and later,
|
||||
Safari 6.2 and later, Opera 20 and later, the default Android browser in Android
|
||||
version 5.0 and later, or the default iOS browser in iOS 8.0 and later.
|
||||
The JavaScript client requires Google Chrome 30 and later, Firefox 31 and later,
|
||||
Microsoft Internet Explorer 9.0 and later, Microsoft Edge 20 and later,
|
||||
Safari 6.2 and later, Opera 20 and later, the default Android browser in Android
|
||||
version 5.0 and later, or the default iOS browser in iOS 8.0 and later.
|
||||
</p>
|
||||
<p>
|
||||
The servers require Java 6.0 or later or .NET 3.5 or later.
|
||||
Using PHP 5.0 is informally supported. The I/O module for PHP requires libxml.
|
||||
The PHP examples do not support image export.
|
||||
The servers require Java 6.0 or later or .NET 3.5 or later.
|
||||
Using PHP 5.0 is informally supported. The I/O module for PHP requires libxml.
|
||||
The PHP examples do not support image export.
|
||||
</p>
|
||||
<h2>Updates</h2>
|
||||
<p>
|
||||
For information on new releases, please see the <a href="https://www.jgraph.com/mxchangelog.html" target="_blank">mxGraph Changelog</a>.
|
||||
</p>
|
||||
<p>
|
||||
There is also a <a href="http://jgraph.us7.list-manage.com/subscribe?u=78de8afbba93a005d81a1bb43&id=f60ca063dd" target="_blank"> very low volume mailing list</a> that only emails in the event of a critical
|
||||
There is also a <a href="http://jgraph.us7.list-manage.com/subscribe?u=78de8afbba93a005d81a1bb43&id=f60ca063dd" target="_blank"> very low volume mailing list</a> that only emails in the event of a critical
|
||||
issue affecting mxGraph.
|
||||
</p>
|
||||
<hr size="1">
|
||||
© 2006-2017 by JGraph Ltd.
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue