<div class="headerbox" style="padding:5px">
<?php if ($search_results): ?>
<p>
- <?php printf(_("%s does not exist, but maybe you were looking for one of the following pages?"), $this->referrer()) ?>
+ <?php printf(_("%s does not exist, but maybe you were looking for one of the following pages?"), htmlspecialchars($this->referrer())) ?>
</p>
<table class="linedRow" style="width:100%" cellspacing="0">
<tr class="item leftAlign">
</p>
<?php else: ?>
<p>
- <?php printf(_("%s does not exist. Click on \"Create\" below if you want to create this page now and start editing."), $this->referrer()) ?>
+ <?php printf(_("%s does not exist. Click on \"Create\" below if you want to create this page now and start editing."), htmlspecialchars($this->referrer())) ?>
</p>
<?php endif; ?>