Error in notification popup html source...

Want to help out? Need help accessing the AniDB API? This is the place to ask questions.

Moderator: AniDB

Locked
TheJAG
Posts: 22
Joined: Sat Aug 05, 2006 10:36 pm
Location: Skepplanda, Sweden

Error in notification popup html source...

Post by TheJAG »

Not shure where I should post this but here goes.

As I was developing my AniDB CSS i noticed this error in the html source of the notification popup window.

Code: Select all

...
<div id="layout-content">
	<h1>Notification (med)</h1>
	<div class="g_content notify_all">
		<div class="g_section new_files">
There -> <h3 class="med">New Files</h1> <- h1 instead of h3.
			<div class="anime">
				<h4>Per anime</h4>
				<ul>
					<li class="g_odd"><a href="animedb.pl?show=anime&aid=4832" target="_blank">Romeo&nbsp;x&nbsp;Juliet</a></li>
				</ul>
			</div>
		</div>
	</div>
	<div class="g_end"></div>
</div>
...
Keep up the good work. :)
epoximator
AniDB Staff
Posts: 379
Joined: Sun Nov 07, 2004 11:05 am

Post by epoximator »

ehehe
Locked