]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Fixing markup and comment
authorBestNa.me Labs <info@bestna.me>
Sat, 5 Mar 2016 17:42:11 +0000 (18:42 +0100)
committerBestNa.me Labs <info@bestna.me>
Sat, 5 Mar 2016 17:42:11 +0000 (18:42 +0100)
commite07205730437668932adf3eddd06c8a3b9709f3d
tree2ce05028642d5d82909dcb2b2d88398a45cc4cee
parent0cb2ceb35d4281475e8c79af2b252ee57d23b88f
Fixing markup and comment

Minor fixes in yourls-infos.php:
1. Removes an unclosed and superfluous <strong> tag in the line reading e.g.  '43 hits on January 1, 1970'. This caused wrong HTML and therefore most browsers rendered *all* dates in the list appearing on click of 'Click for more details' with bold font-weight (i.e., not only those of the best year / month / day as intended).
2. Took the liberty of also changing a closing comment token from '/**/' to the more common '**/' (in the comment titled 'I can haz debug data'). While this was perfectly valid code, it confused the syntax highlighter of github (all past the '/**/' appeared in a frightening red).
yourls-infos.php