diff options
author | deva <deva> | 2009-07-30 08:36:12 +0000 |
---|---|---|
committer | deva <deva> | 2009-07-30 08:36:12 +0000 |
commit | 77272458e7a8906d871b241b5385bbd0f783d861 (patch) | |
tree | 7e32f988654c042be251c4ba31b72902402059f3 /server/xml/templates/example.xml | |
parent | 1f8c58836dfd8dc8c9a0abeeaef6789325189f1b (diff) |
Removed the term 'course' everywhere, and replaced it by 'template'. This reduced/simplified the Template class structure a bit.
Diffstat (limited to 'server/xml/templates/example.xml')
-rw-r--r-- | server/xml/templates/example.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/xml/templates/example.xml b/server/xml/templates/example.xml index b6a3f6d..23e54a3 100644 --- a/server/xml/templates/example.xml +++ b/server/xml/templates/example.xml @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> -<course name="example" version="1.0" title="Example template"> +<template name="example" version="1.0" title="Example template"> <header caption="Some header caption"/> <macro name="example"/> <macro name="example" requires="someothermacro"/> -</course> +</template> |