Error detail must be enclosed in html tags
authorKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 22:39:09 +0000 (16:39 -0600)
committerKarl O. Pinc <kop@karlpinc.com>
Mon, 18 Jan 2021 22:39:09 +0000 (16:39 -0600)
src/pgwui_common/templates/auth_base.mak

index fc4fa5aaee9fe2feea1c0562e1e667b435206055..60f3bbda9efda95a48b51d04cbf41adb1948f75d 100644 (file)
 
       ## Messages delivered here are all generated.  Allow markup.
       % if hasattr(error, 'detail'):
-          ${error.detail | n}
+          <p>${error.detail | n}</p>
       % endif
       % if hasattr(error, 'data') and error.data:
           <p>Line is:</p>