Add link to new Prettify repository + ChangeLog

This commit is contained in:
Matthias Mees 2016-03-18 18:51:13 +01:00
parent 1069f858c6
commit b36d51e89c
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
1.6.1:
* Fix broken path to CSS + JS assets by adding serendipityHTTPPath
to csspath + jspath
* Add ChangeLog
* Add link to new Prettify repository on GitHub
------------------------------------------------------------------------
1.6.0: [and earlier: version before Changelog was started]

View file

@ -139,7 +139,7 @@ class serendipity_event_prettify extends serendipity_event
</td></tr><tr><td colspan=3>
eg: PRE CLASS="prettyprint" -or- PRE CLASS="prettyprint lang-html"</table>
Mike Samuel is the genius behind Prettify - the Prettify project is hosted here:
<a href="http://code.google.com/p/google-code-prettify" target="_new">http://code.google.com/p/google-code-prettify</a>
<a href="https://github.com/google/code-prettify" target="_new">https://github.com/google/code-prettify</a>
';
return $s;
}