Ticket #591: ticket591.patch
| File ticket591.patch, 0.6 KB (added by psd, 2 years ago) |
|---|
-
Saving.js
261 261 if(u) 262 262 s.push("<link>" + u.htmlEncode() + "</link>"); 263 263 s.push("<description>" + wikifyPlain("SiteSubtitle").htmlEncode() + "</description>"); 264 s.push("<language> en-us</language>");264 s.push("<language>" + config.locale + "</language>"); 265 265 s.push("<copyright>Copyright " + d.getFullYear() + " " + config.options.txtUserName.htmlEncode() + "</copyright>"); 266 266 s.push("<pubDate>" + d.toGMTString() + "</pubDate>"); 267 267 s.push("<lastBuildDate>" + d.toGMTString() + "</lastBuildDate>");
