Opened 11 years ago

Last modified 3 years ago

#862 new annoyingness

Greenstone doesn't like empty script tags

Reported by: jlwhisler Owned by: nobody
Priority: very low Milestone: 3.11 Release
Component: Greenstone3 Interface Severity: trivial
Keywords: Cc:

Description

When creating a new interface, I noticed that the XSL doesn't like empty script tags (<script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"/>). Instead, you have to type the following to get it to work:

<script type="text/javascript" src="interfaces/{$interface_name}/js/jquery.themeswitcher.min.js"><xsl:text> </xsl:text></script>

is there a way to fix this?

Change History (1)

comment:1 by kjdon, 3 years ago

Milestone: 3.10 Release3.11 Release

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.