Closed
Bug 1306565
Opened 9 years ago
Closed 9 years ago
Fix wrong hrefs in help documentation
Categories
(SeaMonkey :: Help Documentation, defect)
SeaMonkey
Help Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
seamonkey2.49
People
(Reporter: nONoNonO, Assigned: nONoNonO)
Details
Attachments
(1 file)
|
2.69 KB,
patch
|
stefanh
:
review+
|
Details | Diff | Splinter Review |
While translating I found two wrong references in the help documentation:
- cert_dialog_help.xhtml: "ssl_help.xhtml#ssl_settings" -> SSL settings was renamed to SSL/TLS settings
- mailnews_preferences.xhtml: "glossary.xhtml#XUL" -> hrefs are case-sensitive, so this should be #xul
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8796442 -
Flags: review?(stefanh)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → o.e.ekker
Comment on attachment 8796442 [details] [diff] [review]
Update wrong hrefs
>--- a/suite/locales/en-US/chrome/common/help/cert_dialog_help.xhtml
>+++ b/suite/locales/en-US/chrome/common/help/cert_dialog_help.xhtml
>@@ -356,17 +356,17 @@
>- <a href="ssl_help.xhtml#ssl_settings">SSL Settings</a>) or the website that
>+ <a href="ssl_help.xhtml#ssltls_settings">SSL/TLS Settings</a>) or the website that
Thanks for catching this, I missed that instance in bug 1141324...
Comment 3•9 years ago
|
||
Comment on attachment 8796442 [details] [diff] [review]
Update wrong hrefs
Nice catch - thanks! Note: we're trying to keep the lines at 80 chars if possible, but I'll fix that on check-in.
Attachment #8796442 -
Flags: review?(stefanh) → review+
Comment 4•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.49
You need to log in
before you can comment on or make changes to this bug.
Description
•