summaryrefslogtreecommitdiff
path: root/_layouts/default.yml
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.yml')
-rw-r--r--_layouts/default.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/default.yml b/_layouts/default.yml
index cb9f8623be..814bc511a9 100644
--- a/_layouts/default.yml
+++ b/_layouts/default.yml
@@ -21,7 +21,7 @@
<script type="text/javascript">
// clear content of H3 nodes that start with "Example:"
// the content is only there to determine ID of the H3 element (redcarpet doesn't let us set css id)
- $( document ).ready(function(){ $("h3[id*='example:']").text("") })
+ $( document ).ready(function(){ $("h3[id*='example']").text("") })
</script>
<link rel="stylesheet" type="text/css" href="resources/style.css">