×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Found small mistake in default_form.php

Found small mistake in default_form.php 10 years 10 months ago #20915

  • Gerhard Sitzmann
  • Gerhard Sitzmann's Avatar Topic Author
  • Offline
  • Senior Boarder
  • Senior Boarder
  • Posts: 41
  • Thank you received: 0
Hi Daniel,

while working on my custom template, I found a small error in templates/default_form.php, line 222.

original code:
value='{{user.getEmail}}''

should read:
value=''{{user.getEmail}}''

One single apostrophe is missing after "value=".

Cheers
gerhard

Found small mistake in default_form.php 10 years 10 months ago #20923

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Away
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
thanks for the report Gerhard.
I think that I've already fixed this as for me this line reads:
value='{{user.getEmail}}'

Cheers,
Daniel

Found small mistake in default_form.php 10 years 10 months ago #21070

  • jonmit
  • jonmit's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 3
  • Thank you received: 0
I used with syntax

value={{user.getEmail}} it implement normal
  • Page:
  • 1
Time to create page: 0.144 seconds