Skip to content

Commit

Permalink
Fix theme markup syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
cheesypoof committed Nov 3, 2016
1 parent 5fbe5d6 commit dd9cea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion couch/theme/_system/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</div>
</div>
<div id="menu-content">
<div class="sidebar-txt" id="sidebar-top"><p><cms:localize 'greeting' /> <a href="<cms:show k_user_edit_link />" /><cms:show k_user_title /></a></p></div>
<div class="sidebar-txt" id="sidebar-top"><p><cms:localize 'greeting' /> <a href="<cms:show k_user_edit_link />"><cms:show k_user_title /></a></p></div>
<div id="scroll-sidebar">

<cms:render 'sidebar' />
Expand Down
1 change: 1 addition & 0 deletions couch/theme/_system/template_missing.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<div class='field'>
<a class="btn"
href="javascript:k_delete_template('<cms:show k_template_id />', '<cms:create_nonce "delete_tpl_<cms:show k_template_id />" />')"
>
<cms:show_icon 'trash' /><cms:localize 'remove_template' />
</a>
</div>
Expand Down

0 comments on commit dd9cea2

Please sign in to comment.