Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79662 - in website/public_html/beta: generated site-tools/templates
From: dnljms_at_[hidden]
Date: 2012-07-22 03:26:33


Author: danieljames
Date: 2012-07-22 03:26:31 EDT (Sun, 22 Jul 2012)
New Revision: 79662
URL: http://svn.boost.org/trac/boost/changeset/79662

Log:
Website: Restore missing space character.
Text files modified:
   website/public_html/beta/generated/home-items.html | 2 +-
   website/public_html/beta/site-tools/templates/index-template.py | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/generated/home-items.html
==============================================================================
--- website/public_html/beta/generated/home-items.html (original)
+++ website/public_html/beta/generated/home-items.html 2012-07-22 03:26:31 EDT (Sun, 22 Jul 2012)
@@ -6,7 +6,7 @@
 <li><div class="news-title">Version 1.50.0</div><div class="news-date">Release Notes | Documentation</div><div class="news-date">June 28th, 2012 12:48 GMT</div></li>
 </ul>
 </div>
-<p>More Downloads...(RSS)</p>
+<p>More Downloads... (RSS)</p>
 </div>
 
 <div class="directory-item" id="important-news">

Modified: website/public_html/beta/site-tools/templates/index-template.py
==============================================================================
--- website/public_html/beta/site-tools/templates/index-template.py (original)
+++ website/public_html/beta/site-tools/templates/index-template.py 2012-07-22 03:26:31 EDT (Sun, 22 Jul 2012)
@@ -33,7 +33,7 @@
 
 emit('</div>\n')
 emit('<p>More Downloads...')
-emit('(RSS)</p>\n')
+emit(' (RSS)</p>\n')
 emit('</div>\n\n')
 
 emit('<div class="directory-item" id="important-news">\n')


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