Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2008-04-19 10:00:59


Author: danieljames
Date: 2008-04-19 10:00:58 EDT (Sat, 19 Apr 2008)
New Revision: 44580
URL: http://svn.boost.org/trac/boost/changeset/44580

Log:
Replace unicode quotes with character entities.
Text files modified:
   website/public_html/beta/support/bugs.html | 10 +++++-----
   1 files changed, 5 insertions(+), 5 deletions(-)

Modified: website/public_html/beta/support/bugs.html
==============================================================================
--- website/public_html/beta/support/bugs.html (original)
+++ website/public_html/beta/support/bugs.html 2008-04-19 10:00:58 EDT (Sat, 19 Apr 2008)
@@ -68,7 +68,7 @@
 
                     <ul>
                       <li>Fill out all the fields completely, especially the
- “component” field that identifies the library. That
+ &ldquo;component&rdquo; field that identifies the library. That
                       will help ensure your report is noticed by the
                       appropriate developers.</li>
 
@@ -108,15 +108,15 @@
                       code.</li>
 
                       <li>If you got your code directly from subversion, make
- your fixes, and then execute “<code>svn diff &gt;
- <var>patchfile</var>.patch</code>” from a directory in
+ your fixes, and then execute &ldquo;<code>svn diff &gt;
+ <var>patchfile</var>.patch</code>&rdquo; from a directory in
                       your working copy that contains all your changes.</li>
 
                       <li>Otherwise, make a full recursive copy of a
                       directory containing the files in question, make your
- fixes in the new copy, then execute “<code>diff -dur
+ fixes in the new copy, then execute &ldquo;<code>diff -dur
                       <var>olddirectory</var> <var>newdirectory</var> &gt;
- <var>patchfile</var>.patch</code></li>
+ <var>patchfile</var>.patch</code>&rdquo;</li>
                     </ol>
                   </li>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk