Index: openacs-4/packages/acs-templating/www/doc/migration.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/migration.adp,v diff -u -r1.3.2.9 -r1.3.2.10 --- openacs-4/packages/acs-templating/www/doc/migration.adp 9 Jun 2016 13:03:12 -0000 1.3.2.9 +++ openacs-4/packages/acs-templating/www/doc/migration.adp 22 Jun 2016 07:48:43 -0000 1.3.2.10 @@ -46,7 +46,7 @@ Prefer this to writing a tcl proc that returns HTML.
  • Remember to remove backslashes where you had to escape special characters, as in
    -Nuts  \$2.70 \[<a href=\"shoppe\">buy</a>\]
    +Nuts  \$2.70 \[<a href="\"shoppe\">buy</a>\]
               
     
  • @@ -409,15 +409,15 @@ # alert has been disabled set status "Disabled" set action " - <a href=\"/bboard/alert-reenable\"> - Re-enable</a>" + <a href="\"/bboard/alert-reenable\"> +" Re-enable</a>" } else { # alert is enabled set status " <font color=red>Enabled</font>" set action " - <a href=\"/bboard/alert-disable\"> - Disable</a>" + <a href="\"/bboard/alert-disable\"> +" Disable</a>" } append existing_alert_rows "<tr>