[Sqlalchemy-tickets] Issue #3693: Unescaped < in tutorial (zzzeek/sqlalchemy)
Brought to you by:
zzzeek
From: Jacob W. <iss...@bi...> - 2016-04-14 04:24:07
|
New issue 3693: Unescaped < in tutorial https://bitbucket.org/zzzeek/sqlalchemy/issues/3693/unescaped-in-tutorial Jacob Welsh: tutorial.rst contains two occurrences of "WHERE id<" in {sql} blocks, both of which are falling through to the html unescaped. The first renders OK, at least in gecko, but the second causes the rest of the block to be eaten up. Current example: http://docs.sqlalchemy.org/en/rel_1_0/orm/tutorial.html, lines 1134 and 1151. |