Skip to content

Commit 3954afa

Browse files
committed
Fixes to generated html name
1 parent 05a2b64 commit 3954afa

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

pretext/functions/func-group.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_basics_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_basics_groupsub" groupwork="yes" groupsize="4" label="func-group">
33
<title>Group Work: Functions</title>
44
<section xml:id="functions_group-work-functions">
55
<title>Introduction</title>

pretext/functions/func-string.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_string_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_string_groupsub" groupwork="yes" groupsize="4" label="func-string">
33
<title>Group Work: Functions and Strings</title>
44
<section xml:id="functions_group-work-functions-and-strings">
55
<title>Introduction</title>

pretext/functions/funcWithCond.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_cond_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_cond_groupsub" groupwork="yes" groupsize="4" label="funcWithCond">
33
<title>Group Work: Functions and Conditionals</title>
44
<section xml:id="functions_group-work-functions-and-conditionals">
55
<title>Introduction</title>

pretext/functions/funcWithLists.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_list_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_list_groupsub" groupwork="yes" groupsize="4" label="funcWithLists">
33
<title>Group Work: Functions and Lists</title>
44
<section xml:id="functions_group-work-functions-and-lists">
55
<title>Introduction</title>

pretext/functions/funcWithLoops.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_loop_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_loop_groupsub" groupwork="yes" groupsize="4" label="funcWithLoops">
33
<title>Group Work: Functions with Loops</title>
44
<section xml:id="functions_group-work-functions-with-loops">
55
<title>Introduction</title>

pretext/functions/funcWithStrsAndConds.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_tuplesanddict_groupsub" groupwork="yes" groupsize="4" label="groupwork-tuplesanddict">
2+
<worksheet xml:id="func_strsconds_groupsub" groupwork="yes" groupsize="4" label="funcWithStrsAndConds">
33
<title>Group Work: Functions with Strings and Conditionals</title>
44
<section xml:id="functions_group-work-functions-with-strings-and-conditionals">
55
<title>Introduction</title>

pretext/functions/funcWithTuplesAndDict.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0"?>
2-
<worksheet xml:id="func_tuplesanddict_groupsub" groupwork="yes" groupsize="4" label="exercises-groupwork">
2+
<worksheet xml:id="func_tuplesanddict_groupsub" groupwork="yes" groupsize="4" label="funcWithTuplesAndDict">
33
<title>Group Work: Functions with Tuples and Dictionaries</title>
44
<section xml:id="functions_group-work-functions-with-tuples-and-dictionaries">
55
<title>Introduction</title>

0 commit comments

Comments
 (0)