summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Emerick <jemerick@gmail.com>2016-07-25 16:03:15 -0400
committerGitHub <noreply@github.com>2016-07-25 16:03:15 -0400
commit11b0b078aa1ffc1696da0be7036c6bbb7ea4d08b (patch)
tree499fa893e2e6c185fce1066ef06cf9e876f80fcc
parent1182d68a78df3aa0c2c2238b240c3c9ef91835d9 (diff)
downloadsdl_ios-11b0b078aa1ffc1696da0be7036c6bbb7ea4d08b.tar.gz
add id attribute to section headers for linking
-rwxr-xr-xtheme/templates/task.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/task.mustache b/theme/templates/task.mustache
index 815a9e22a..b96dbe230 100755
--- a/theme/templates/task.mustache
+++ b/theme/templates/task.mustache
@@ -1,5 +1,5 @@
{{#items}}
-<h3>
+<h3 id="section-{{name}}">
{{name}}
{{#default_impl_abstract}}
Default implementation