Index: openacs-4/packages/workflow/lib/activity-entry.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/lib/activity-entry.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/workflow/lib/activity-entry.adp 8 Aug 2006 21:27:24 -0000 1.2 +++ openacs-4/packages/workflow/lib/activity-entry.adp 31 Oct 2015 12:33:01 -0000 1.3 @@ -3,5 +3,5 @@ <if @community_member_url@ not nil><a href="@community_member_url@">@user_first_names@ @user_last_name@</a></if> <else>@user_first_names@ @user_last_name@</else> </p> -<if @comment_html@ not nil><blockquote style="max-width: 700px;">@comment_html;noquote@</blockquote></if> +<if @comment_html@ not nil><blockquote style="max-width: 700px;">@comment_html;literal@</blockquote></if> Index: openacs-4/packages/workflow/www/doc/fall-2003-extensions.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/fall-2003-extensions.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/workflow/www/doc/fall-2003-extensions.adp 26 Aug 2015 18:03:35 -0000 1.2 +++ openacs-4/packages/workflow/www/doc/fall-2003-extensions.adp 31 Oct 2015 12:33:01 -0000 1.3 @@ -693,7 +693,7 @@ GetOutputs -> [string] </pre> <p>GetOutputs returns a list of short_names and pretty_names -(possibly localizable, with #...# notation) of possible +(possibly localizable, with <span>#</span>...# notation) of possible outputs.</p> <h3>Note</h3> <p>The above table could be merged with the current Index: openacs-4/packages/workflow/www/doc/fall-2003-extensions.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/workflow/www/doc/fall-2003-extensions.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/workflow/www/doc/fall-2003-extensions.html 20 Apr 2005 11:48:57 -0000 1.5 +++ openacs-4/packages/workflow/www/doc/fall-2003-extensions.html 31 Oct 2015 12:33:01 -0000 1.6 @@ -986,7 +986,7 @@ <p> GetOutputs returns a list of short_names and pretty_names (possibly - localizable, with #...# notation) of possible outputs. + localizable, with <span>#</span>...# notation) of possible outputs. </p> <h3>Note</h3>