Fix unclosed string typo

see https://groups.google.com/forum/#!topic/web2py/DykU5wPQ614
This commit is contained in:
Leonel Câmara
2019-03-06 13:58:09 +00:00
committed by GitHub
parent f56a19b0af
commit 2d6eb5cf5d

View File

@@ -63,7 +63,7 @@
<h3 class="not_paused">{{=T("No Interaction yet")}}</h3>
<div class="help span7 alert alert-block alert-info">
<ul class="unstyled">
<li>{{=T.M("You need to set up and reach a [[breakpoint %s]] to use the debugger!') %URL('breakpoints')}}</li>
<li>{{=T.M('You need to set up and reach a [[breakpoint %s]] to use the debugger!') % URL('breakpoints')}}</li>
<li>{{=T('To emulate a breakpoint programatically, write:')}}
{{=CODE("from gluon.debug import dbg\n"
"dbg.set_trace() # stop here!\n",