Opened 5 years ago
Closed 5 years ago
#1311 closed enhancement (fixed)
I2PSnark - constant hmtl title
Reported by: | backup | Owned by: | zzz |
---|---|---|---|
Priority: | trivial | Milestone: | 0.9.14 |
Component: | apps/i2psnark | Version: | 0.9.13 |
Keywords: | Cc: | ||
Parent Tickets: | Sensitive: | no |
Description
While using multiple i2psnark.war instances the html title remains constant:
<title>I2PSnark - Anonymous BitTorrent Client</title>
code to fix:
diff I2PSnarkServlet.java.org I2PSnarkServlet.java 248c248,249 < out.write(_("I2PSnark - Anonymous BitTorrent Client")); --- > out.write(_contextName); > out.write(_(" - Anonymous BitTorrent Client"));
Subtickets
Change History (1)
comment:1 Changed 5 years ago by
Milestone: | → 0.9.14 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In 1f9b91f318a0f2369243844a3cf7f485528492d7 0.9.13-8