remove some xhtml notation to prepare the move to HTML5

This commit is contained in:
Sébastien Lucas 2013-04-24 15:43:26 +02:00
parent 0d43027f75
commit cb0e50d3df

View file

@ -172,7 +172,7 @@
<p><?php echo htmlspecialchars ($currentPage->title) ?></p> <p><?php echo htmlspecialchars ($currentPage->title) ?></p>
</div> </div>
</div> </div>
<div class="clearer" /> <div class="clearer" ></div>
<div id="tool" <?php if ($withToolbar) echo 'style="display: none"' ?>> <div id="tool" <?php if ($withToolbar) echo 'style="display: none"' ?>>
<div style="float: left; width: 60%"> <div style="float: left; width: 60%">
<form action="index.php" method="get"> <form action="index.php" method="get">
@ -209,7 +209,7 @@
</div> </div>
<?php } ?> <?php } ?>
</div> </div>
<div class="clearer" /> <div class="clearer" ></div>
<div id="content" style="display: none;"></div> <div id="content" style="display: none;"></div>
<div class="entries"> <div class="entries">
<?php <?php
@ -264,7 +264,7 @@
?> ?>
</div> </div>
<div class="bookdetail"> <div class="bookdetail">
<a class="navigation" href="<?php echo $entry->book->getDetailUrl () ?>" /> <a class="navigation" href="<?php echo $entry->book->getDetailUrl () ?>" ></a>
<div class="entryTitle st"><?php echo htmlspecialchars ($entry->title) ?> <div class="entryTitle st"><?php echo htmlspecialchars ($entry->title) ?>
<?php <?php
if ($entry->book->getPubDate() != "") if ($entry->book->getPubDate() != "")
@ -291,7 +291,7 @@
<?php <?php
} }
?> ?>
<div class="clearer" /> <div class="clearer" ></div>
<?php <?php
} }
?> ?>