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
|
@ -50,7 +50,7 @@ Version 4.1.0 – 24. January 2020
|
||||||
</ul>
|
</ul>
|
||||||
<h2>Support</h2>
|
<h2>Support</h2>
|
||||||
<p>
|
<p>
|
||||||
The is an <a href="http://stackoverflow.com/questions/tagged/mxgraph" target="_blank">
|
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
|
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">
|
your questions adhere to the <a href="http://stackoverflow.com/help/on-topic" target="_blank">
|
||||||
SO guidelines</a>, otherwise it will be closed.
|
SO guidelines</a>, otherwise it will be closed.
|
||||||
|
@ -80,6 +80,7 @@ Version 4.1.0 – 24. January 2020
|
||||||
<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.
|
issue affecting mxGraph.
|
||||||
|
</p>
|
||||||
<hr size="1">
|
<hr size="1">
|
||||||
© 2006-2017 by JGraph Ltd.
|
© 2006-2017 by JGraph Ltd.
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue