Skip to content

Commit

Permalink
MDL-18223 XHTML strrrict - backported
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Feb 17, 2009
1 parent dca4f86 commit 7ece8b4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions admin/report/spamcleaner/index.php
Expand Up @@ -99,17 +99,21 @@

<div class="mdl-align">

<form method="POST">
<form method="post" action="index.php">
<div>
<input type="text" name="keyword" id="keyword_el" value="<?php p($keyword) ?>" />
<input type="hidden" name="sesskey" value="<?php echo sesskey();?>" />
<input type="submit" value="<?php echo get_string('spamsearch', 'report_spamcleaner')?>" />
</div>
</form>
<p><?php echo get_string('spameg', 'report_spamcleaner');?></p>

<hr />

<form method="POST">
<form method="post" action="index.php">
<div>
<input type="submit" name="autodetect" value="<?php echo get_string('spamauto', 'report_spamcleaner');?>" />
</div>
</form>


Expand Down Expand Up @@ -283,6 +287,7 @@ function print_spamcleaner_javascript() {
?>

<script type="text/javascript">
//<![CDATA[
var row = null;
var delall_cb = {
success: function(o){
Expand Down Expand Up @@ -357,6 +362,7 @@ function ignore_user(obj, id) {
var cObj = YAHOO.util.Connect.asyncRequest('POST', '<?php echo me();?>?ignore=yes&sesskey=<?php echo $sesskey;?>&id='+id, ignore_cb);
}
YAHOO.util.Event.onDOMReady(init);
//]]>
</script>

<?php
Expand Down

0 comments on commit 7ece8b4

Please sign in to comment.