Skip to content

Commit

Permalink
New Website minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro committed Nov 5, 2024
1 parent 6d17749 commit f96f74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/pmedit/PreferencesWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ public void hyperlinkUpdate(HyperlinkEvent e) {
txtpnDf.setContentType("text/html");
txtpnDf.setEditable(false);
txtpnDf.setText(
k aboutMsg = "<h1 align=center>Pdf Metadata editor</h1>\n\n<p align=center><a href=\"https://pdf.metadata.care/\">https://pdf.metadata.care/</a></p>\n<br>\n<p align=center>If you have suggestions, found bugs or just want to share some idea about it you can write me at : <a href=\"https://pdf.metadata.care/contact/\">https://pdf.metadata.care/contact/</a></p>\n<br>");
aboutMsg = "<h1 align=center>Pdf Metadata editor</h1>\n\n<p align=center><a href=\"https://pdf.metadata.care/\">https://pdf.metadata.care/</a></p>\n<br>\n<p align=center>If you have suggestions, found bugs or just want to share some idea about it you can write me at : <a href=\"https://pdf.metadata.care/contact/\">https://pdf.metadata.care/contact/</a></p>\n<br>");
scrollPane_1.setViewportView(txtpnDf);

JPanel panel_3 = new JPanel();
Expand Down

0 comments on commit f96f74c

Please sign in to comment.