Skip to content

Commit 6d17749

Browse files
committed
New Website minor fixes
1 parent 6a02abe commit 6d17749

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ test/
1313
debug/
1414
jpackage/cert/*.pfx
1515
.flatpak-builder/
16-
build-dir/
16+
build-dir/
17+
.env/

.mise.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[env]
2+
_.file = '.env'
3+
4+
[tools]
5+
# specify single or multiple versions
6+
java = "temurin-17.0.8"
7+
maven= "3.9.6"

src/main/java/pmedit/PreferencesWindow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ public void hyperlinkUpdate(HyperlinkEvent e) {
434434
txtpnDf.setContentType("text/html");
435435
txtpnDf.setEditable(false);
436436
txtpnDf.setText(
437-
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>");
437+
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>");
438438
scrollPane_1.setViewportView(txtpnDf);
439439

440440
JPanel panel_3 = new JPanel();

0 commit comments

Comments
 (0)