missing close html tokens

This commit is contained in:
thzero 2022-03-10 12:21:23 -06:00
parent f8f0e5d12c
commit 5dcbb11f41

View File

@ -75,7 +75,8 @@ public class AboutDialog extends JDialog {
"<b>OpenRocket gratefully acknowledges our use of the following databases:</b><br>" +
"<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) {
return "<a href=\"" + url + "\">" + url + "</a>";