From 9717e64c54b65af9c1c6a6d9d24d9a3722fe3003 Mon Sep 17 00:00:00 2001 From: Florian Finke Date: Wed, 7 Aug 2013 15:38:33 +0200 Subject: [PATCH] #3 --- Readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 63034d3..5c6d34d 100644 --- a/Readme.md +++ b/Readme.md @@ -12,6 +12,7 @@ ___ * [Custom Plugins](#custom-plugins) * [Custom Context Processors](#custom-context-processors) * [Special Template Tags](#special-template-tags) +* [Known Bugs/Errors](#known-bugserrors) ## Introduction `Cactus Refactored` is a static website generator using [Python](http://www.python.org/) @@ -236,4 +237,11 @@ This will render the block 'blockname' from the page 'another-page' inside your To render a block from a page in a subfolder use the followinf syntax: ```html {% render_block_from_file 'sub/folder/another-page' 'blockname' %} -``` \ No newline at end of file +``` + +## Known Bugs/Errors +### Error Loading osascript +There is an error loading the Adobe Unit Types osascript under OSX 1.6.6+. It is used to refresh a page in the browser. +Solution: Install the update from Adobe under /Library/ScriptingAdditions available here: http://helpx.adobe.com/photoshop/kb/unit-type-conversion-error-applescript.html + +Thanks to [@remeiberlin](https://github.com/remeiberlin) for [reporting](https://github.com/randomknowledge/Cactus_Refactored/issues/3) this!