Opened 16 years ago

Closed 15 years ago

Last modified 15 years ago

#313 closed defect (fixed)

'ZoomFull' has CloseTag img

Reported by: jml Owned by: christoph
Priority: trivial Milestone: 2.5.1 release
Component: user interface Version: 2.5
Keywords: Cc:

Description

In all guis of MB 2.5 the Element 'ZoomFull' has the CloseTag img. That leads to a </img> in the page source. That's unwanted, isn't it?

Change History (3)

comment:1 by christoph, 15 years ago

Owner: changed from mapbender_dev@… to christoph

comment:2 by christoph, 15 years ago

Resolution: fixed
Status: newclosed

UPDATE gui_element SET e_closetag = WHERE e_element = 'img'

http://trac.osgeo.org/mapbender/changeset/3250

comment:3 by christoph, 15 years ago

UPDATE gui_element SET e_closetag = '' WHERE e_element = 'img'

Note: See TracTickets for help on using tickets.