mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 22:41:32 +02:00
Change slogan parens to period
This commit is contained in:
@@ -28,7 +28,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
<div class="site-title">PHP</div>
|
<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>
|
<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>
|
</header>
|
||||||
|
|
||||||
|
@@ -28,7 +28,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<header class="site-header">
|
<header class="site-header">
|
||||||
<div class="site-title">PHP</div>
|
<div class="site-title">PHP</div>
|
||||||
<div class="site-slogan">(The Right Way)</div>
|
<div class="site-slogan">The Right Way.</div>
|
||||||
<nav>
|
<nav>
|
||||||
<ul class="toc">
|
<ul class="toc">
|
||||||
<li><a href="#introduction">Introduction</a></li>
|
<li><a href="#introduction">Introduction</a></li>
|
||||||
|
Reference in New Issue
Block a user