diff options
Diffstat (limited to 'display_structure_inc.php')
| -rw-r--r-- | display_structure_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/display_structure_inc.php b/display_structure_inc.php index ad57084..9e0f738 100644 --- a/display_structure_inc.php +++ b/display_structure_inc.php @@ -15,7 +15,7 @@ global $gContent; include_once( LIBERTY_PKG_PATH.'lookup_content_inc.php' ); if( is_object( $gContent ) && $gContent->isValid() ) { $gBitSystem->setBrowserTitle( $gStructure->getRootTitle().' : '.$gContent->getTitle() ); - $gBitSystem->setCanonicalLink( $gContent->getDisplayUri() ); + $gBitSystem->setCanonicalLink( $gContent->getDisplayUrl() ); include $gContent->getRenderFile(); } else { $gBitSystem->fatalError( tra( 'Page cannot be found' ), NULL, NULL, HttpStatusCodes::HTTP_GONE ); |
