Skip to content

Commit

Permalink
refs #1604 : bugfix : remove unused link at title.
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Jan 26, 2014
1 parent 430455f commit bc5e661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/view/iphoneView.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function printMobileHTMLHeader($title = '') {
<html>

<head>
<title><a href="<?php echo $context->getProperty('uri.blog');?>"><?php echo $title;?></a></title>
<title><?php echo $title;?></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="<?php echo $context->getProperty('service.path');?>/resources/style/iphone/iphone.css" />
Expand Down

0 comments on commit bc5e661

Please sign in to comment.