* add title attributes.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
<div class='main-header'>
|
||||
<h2>
|
||||
<span class='label label-id'><?php echo $doc->id;?></span>
|
||||
<?php echo html::a($this->createLink('doc', 'view', "docID=$doc->id"), $doc->title);?>
|
||||
<?php echo html::a($this->createLink('doc', 'view', "docID=$doc->id"), $doc->title, '', "title='$doc->title'");?>
|
||||
<small> <?php echo $lang->arrow . ' ' . $lang->doc->edit;?></small>
|
||||
</h2>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user