Author: danielsh
Date: Wed Jan 11 17:03:15 2012
New Revision: 1230153

URL: http://svn.apache.org/viewvc?rev=1230153&view=rev
Log:
* mailing-lists.html: Implement a better way of non-line-breaking.

Suggested by: rhuijben
(the implementation)

Modified:
    subversion/site/publish/mailing-lists.html

Modified: subversion/site/publish/mailing-lists.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/mailing-lists.html?rev=1230153&r1=1230152&r2=1230153&view=diff
==============================================================================
--- subversion/site/publish/mailing-lists.html (original)
+++ subversion/site/publish/mailing-lists.html Wed Jan 11 17:03:15 2012
@@ -364,8 +364,8 @@
 </h2>
 
 <p>To subscribe to the lists above, simply send email
-   <! -- U+2011 NON-BREAKING HYPHEN.  TODO: used a named entity. -->
-   to <em>LISTNAME</em>&#8209;[email protected]
+   to <span style="white-space: nowrap"><em
+    >LISTNAME</em>[email protected]</span>
    (where <em>LISTNAME</em> is the name of the list: "dev", "users",
    etc.) from the email address you wish to be subscribed.</p>
 
@@ -387,7 +387,8 @@
 </h2>
 
 <p>To unsubscribe from the lists above, simply send email
-   to <em>LISTNAME</em>[email protected]
+   to <span style="white-space: nowrap"><em
+    >LISTNAME</em>[email protected]</span>
    (where <em>LISTNAME</em> is the name of the list: "dev", "users",
    etc.) from the email address you wish to be unsubscribed.</p>
 
@@ -395,7 +396,8 @@
    the correct email address.  Look at the <tt>Return-Path</tt> header
    in one of the list mails to determine which email address is
    subscribed, and then send email to
-   
<em>LISTNAME</em>-unsubscribe-<em>some.name=some.domain</em>@subversion.apache.org.</p>
+   <span style="white-space: nowrap"><em>LISTNAME</em>-unsubscribe-<em
+   >some.name=some.domain</em>@subversion.apache.org</span>.</p>
 
 <p>Spam filters don't like messages with empty Subjects; just use
    e.g. unsubscribe. Spam filters are also more likely to reject


Reply via email to