lancew/DojoList

View on GitHub
views/search_results.html.php

Summary

Maintainability
A
0 mins
Test Coverage
<body>
<h1>Search results for:</h1><h2><?php echo $term; ?></h2>

<p>
<?php

        echo $results;
    
    

?>
</p>