[Rumble 5.1.3] Missing closing header tag

Framework(s) for D&D 4e, including Veggiesama's.

Moderators: dorpond, trevor, Azhrei, giliath, Gamerdude, jay, Mr.Ice

Post Reply
User avatar
Vhex
Giant
Posts: 162
Joined: Fri Sep 09, 2011 4:41 am
Location: Honolulu, HI

[Rumble 5.1.3] Missing closing header tag

Post by Vhex »

This doesn't really effect much since the HTML interpreter gets around it, but on the Lib:4e token under the Equipment macros, the macro MWL-Contents is missing a </head> tag. At the very top of this macro the code reads:

Code: Select all

<html>
<head>
<link rel='stylesheet' type='text/css' href='libraryCSS@[r:getMacroLocation()]'></link>
<body bgcolor='white'>
When it should read:

Code: Select all

<html>
	<head>
		<link rel='stylesheet' type='text/css' href='libraryCSS@[r:getMacroLocation()]'></link>
	</head>
	<body bgcolor='white'>
I haven't noticed an effect from it (everything still works) so it's pretty minor, but it can cause problems depending on the HTML interpreter so I thought I'd mention it.

Post Reply

Return to “D&D 4e Frameworks”