Index: openacs-4/packages/acs-subsite/www/resources/core.js
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/resources/core.js,v
diff -u -r1.15 -r1.16
--- openacs-4/packages/acs-subsite/www/resources/core.js 7 Aug 2017 23:47:59 -0000 1.15
+++ openacs-4/packages/acs-subsite/www/resources/core.js 13 Jun 2018 11:13:06 -0000 1.16
@@ -1684,7 +1684,7 @@
}
// same function as above except you can set a defaultdate which
-// the calendar will go to immediately when when you click on it
+// the calendar will go to immediately when you click on it
function showCalendarWithDefault(id,defaultdate,dateformat) {
var el = document.getElementById(id);
if (calendar != null) {
Index: openacs-4/packages/acs-templating/acs-templating.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/acs-templating.info,v
diff -u -r1.64 -r1.65
--- openacs-4/packages/acs-templating/acs-templating.info 31 May 2018 10:54:19 -0000 1.64
+++ openacs-4/packages/acs-templating/acs-templating.info 13 Jun 2018 11:13:06 -0000 1.65
@@ -8,7 +8,7 @@
t
f
t
-
+
OpenACS
Templating library.
@@ -19,7 +19,7 @@
independently. Templates specify the layout of the page separately
from the contents of the page. Graphic designers work primarily on the
layout part of the template (the template), while programmers work
-primarily a script that generates the the content part of the template
+primarily a script that generates the content part of the template
(the code). In addition, the template system provides a way to use a
single layout specification for many physical pages, so the overall
layout of a site can be more easily administered.