missing close html tokens
This commit is contained in:
parent
f8f0e5d12c
commit
5dcbb11f41
@ -75,7 +75,8 @@ public class AboutDialog extends JDialog {
|
|||||||
"<b>OpenRocket gratefully acknowledges our use of the following databases:</b><br>" +
|
"<b>OpenRocket gratefully acknowledges our use of the following databases:</b><br>" +
|
||||||
"<br>" +
|
"<br>" +
|
||||||
"Rocket Motor Data (" + href("https://www.thrustcurve.org/") + ")<br>" +
|
"Rocket Motor Data (" + href("https://www.thrustcurve.org/") + ")<br>" +
|
||||||
"Enhanced components database for OpenRocket" + href("https://github.com/dbcook/openrocket-database/") + ")<br>";
|
"Enhanced components database for OpenRocket" + href("https://github.com/dbcook/openrocket-database/") + ")" +
|
||||||
|
"</center></html>";
|
||||||
|
|
||||||
private String href(String url) {
|
private String href(String url) {
|
||||||
return "<a href=\"" + url + "\">" + url + "</a>";
|
return "<a href=\"" + url + "\">" + url + "</a>";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user