summaryrefslogtreecommitdiff
path: root/app/views/entry/read.phtml
AgeCommit message (Collapse)Author
2013-08-31Avoid preg_replace for simple casesGravatar Alexandre Alapetite
Use the faster str_replace() and str_ireplace() instead. From http://www.php.net/manual/function.str-replace.php : "If you don't need fancy replacing rules (like regular expressions), you should always use this function instead of preg_replace(). "
2012-10-25correction marquage des articles en jsGravatar Marien Fressinaud