Home
The Toolkit for Online Communities
15903 Community Members, 1 member online, 2335 visitors today
Log In Register

Forum OpenACS Development: Re: Problem with includelet in xowiki

OpenACS Home : Forums : OpenACS Development : Re: Problem with includelet in xowiki : One Message

+
Posted by Byron Linares on
The problem is a easy fix you should change
{{adp portlets/public-blog {package_id 2370 }}}
For
{{adp portlets/public-blog {package_id 2370 } }}
And that it.
+
Posted by Derick Leony on
Well, that's easier and more safe, I guess. Thanks!