Commit: 103192c379b2f57a6336c0fe14a72be7c98a4af0 Author: Adam Harvey <[email protected]> Thu, 21 Nov 2013 23:33:51 -0800 Parents: e1f5fc2fb693c2f7ead57151465906233bd36383 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=103192c379b2f57a6336c0fe14a72be7c98a4af0 Log: Fix chevron (six encoded). Changed paths: M include/header.inc Diff: diff --git a/include/header.inc b/include/header.inc index 7c14a1c..d5ff4c6 100755 --- a/include/header.inc +++ b/include/header.inc @@ -113,7 +113,7 @@ if (isset($shortname) && $shortname) { <?php if (isset($config['next'])): ?> <div class="next"> <a href="<?php echo $config['next'][0]; ?>"> - « <?php echo $config['next'][1]; ?> + <?php echo $config['next'][1]; ?> » </a> </div> <?php endif; ?> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
