Page 1 of 1

Error in notification popup html source...

Posted: Sun Aug 12, 2007 9:12 am
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. :)

Posted: Sun Aug 12, 2007 10:23 am
by epoximator
ehehe