From da0fd25dcb61589d6918397f08bd9b3aacd5b260 Mon Sep 17 00:00:00 2001 From: Jeongkyu Shin Date: Wed, 29 May 2013 07:47:37 +0900 Subject: [PATCH] refs #1604 : bugfix : remove unused link at title. --- library/view/iphoneView.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/view/iphoneView.php b/library/view/iphoneView.php index 87fe28bc2..602781295 100644 --- a/library/view/iphoneView.php +++ b/library/view/iphoneView.php @@ -224,7 +224,7 @@ function printMobileHTMLHeader($title = '') { - <a href="<?php echo $context->getProperty('uri.blog');?>"><?php echo $title;?></a> + <?php echo $title;?>