Change slogan parens to period

This commit is contained in:
=
2012-07-08 14:31:30 -04:00
parent d24945f991
commit f8644745cb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
<body>
<header class="site-header">
<div class="site-title">PHP</div>
<div class="site-slogan">(The Right Way)</div>
<div class="site-slogan">The Right Way.</div>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://www.phptherightway.com/" data-size="large" data-hashtags="php">Tweet</a>
</header>

View File

@@ -28,7 +28,7 @@
<body>
<header class="site-header">
<div class="site-title">PHP</div>
<div class="site-slogan">(The Right Way)</div>
<div class="site-slogan">The Right Way.</div>
<nav>
<ul class="toc">
<li><a href="#introduction">Introduction</a></li>