mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-12 02:56:55 +01:00
Changed order of rendering primary keys as google could get the primary keys before the content
This commit is contained in:
@@ -123,8 +123,8 @@ abstract class CBaseListView extends CWidget
|
||||
|
||||
echo CHtml::openTag($this->tagName,$this->htmlOptions)."\n";
|
||||
|
||||
$this->renderKeys();
|
||||
$this->renderContent();
|
||||
$this->renderKeys();
|
||||
|
||||
echo CHtml::closeTag($this->tagName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user