Repository: allura
Updated Branches:
refs/heads/master 3cf74ee59 -> 82b2ab7b5
[#8172] move sentence inside markdown help section container
Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/c8e6a163
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/c8e6a163
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/c8e6a163
Branch: refs/heads/master
Commit: c8e6a163dc7d6761c963e6a9c2f9b1fca585ae58
Parents: 3cf74ee
Author: Dave Brondsema <dave@brondsema.net>
Authored: Tue Jan 16 11:01:31 2018 -0500
Committer: Dave Brondsema <dave@brondsema.net>
Committed: Tue Jan 16 11:01:31 2018 -0500
----------------------------------------------------------------------
Allura/allura/templates/jinja_master/lib.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/allura/blob/c8e6a163/Allura/allura/templates/jinja_master/lib.html
----------------------------------------------------------------------
diff --git a/Allura/allura/templates/jinja_master/lib.html b/Allura/allura/templates/jinja_master/lib.html
index ab5acb8..2f44749 100644
--- a/Allura/allura/templates/jinja_master/lib.html
+++ b/Allura/allura/templates/jinja_master/lib.html
@@ -764,9 +764,9 @@ then that shebang line will be omitted from output.
```html
<a href="#">My code</a>
```''')}}
-</div>
<p>Many languages are supported. See all the "short names" listed in the <a href="http://pygments.org/docs/lexers/">Pygments
docs</a>.</p>
+</div>
<div class="markdown_syntax_section hidden_in_modal md_ex_includes{{id}}">
|