[Hejes-devel] [1423] suggest.html: added support for HOMONYM exceptions with markmin formatting
hejes-devel at nytud.hu
hejes-devel at nytud.hu
Thu Jul 16 15:25:12 CEST 2015
Revision: 1423
Author: mihaltz
Date: 2015-07-16 15:25:11 +0200 (Thu, 16 Jul 2015)
Log Message:
-----------
suggest.html: added support for HOMONYM exceptions with markmin formatting
Modified Paths:
--------------
trunk/web2py/applications/helyesiras_webdev/views/default/suggest.html
Modified: trunk/web2py/applications/helyesiras_webdev/views/default/suggest.html
===================================================================
--- trunk/web2py/applications/helyesiras_webdev/views/default/suggest.html 2015-07-16 13:24:32 UTC (rev 1422)
+++ trunk/web2py/applications/helyesiras_webdev/views/default/suggest.html 2015-07-16 13:25:11 UTC (rev 1423)
@@ -106,6 +106,9 @@
{{if s[2] != dict(): }}
{{tips = s[2]}}
<div class="suggest_tips">
+ {{if 'markmin' in tips:}}
+ {{=MARKMIN(tips['markmin'].encode('utf8'), extra=dict(BR=lambda x:BR()))}}
+ {{pass}}
{{if 'prod_tip' in tips:}}
’{{=tips['prod_tip']}}’<br/>
{{pass}}
More information about the Hejes-devel
mailing list