New lines at the ends of files

This commit is contained in:
Tom Slominski
2013-11-01 19:21:45 +00:00
parent 0293dff577
commit 679dcd0961
3 changed files with 4 additions and 4 deletions

View File

@@ -13,4 +13,4 @@
</div> </div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<?php <?php
// Start YOURLS engine // Start YOURLS engine
require_once( dirname(__FILE__).'/includes/load-yourls.php' ); require_once( dirname(__FILE__).'/includes/load-yourls.php' );
@@ -164,4 +164,4 @@ $(document).ready(function()
<li><a href="<?php echo $ISQurl_10; ?>"><?php echo $ISQname_10; ?></a></li> <li><a href="<?php echo $ISQurl_10; ?>"><?php echo $ISQname_10; ?></a></li>
</ul> </ul>
</header> </header>
<div class="paragraph"> <div class="paragraph">

View File

@@ -39,4 +39,4 @@ $title = isset( $return['title'] ) ? $return['title'] : '';
<?php if (!empty(ISQ::$social['plus'])) { echo '<div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-height="62" data-href="$shorturl"></div>'; } ?> <?php if (!empty(ISQ::$social['plus'])) { echo '<div class="g-plus" data-action="share" data-annotation="vertical-bubble" data-height="62" data-href="$shorturl"></div>'; } ?>
<?php if (!empty(ISQ::$social['linkedin'])) { echo '<script src="http://platform.linkedin.com/in.js"></script><script type="IN/Share" data-url="$shorturl" data-counter="top"></script>'; } ?> <?php if (!empty(ISQ::$social['linkedin'])) { echo '<script src="http://platform.linkedin.com/in.js"></script><script type="IN/Share" data-url="$shorturl" data-counter="top"></script>'; } ?>
<?php include('footer.php'); ?> <?php include('footer.php'); ?>