Skip to content

Commit

Permalink
fix header #108
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuNls committed Jan 29, 2016
1 parent 61bdb74 commit d457131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/libraries/Auto_email.php
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ private function sendAtString($scheduleTime) {
$scheduleTime = $scheduleTime - $this->timeOffset;

$returnValue = date('Y-', $scheduleTime).date('m-', $scheduleTime)
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)-1).':'
.(date('d', $scheduleTime)).' '.(date('H', $scheduleTime)).':'
.(date('i', $scheduleTime)).date(':s', $scheduleTime);

return $returnValue;
Expand Down
4 changes: 2 additions & 2 deletions application/views/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<meta name="keywords" content="toolwatch, toolwatchapp, accuracy, precision, measure, mechanical watch, manual winding, automatic winding">
<meta name="description" content="<?php if (isset($meta_description)) {echo $meta_description;
} else {
echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch's accuracy at its best and know if you should service your watch';
echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch\'s accuracy at its best and know if you should service your watch';
}
?>" />

Expand All @@ -19,7 +19,7 @@
echo 'Easily measure and track the accuracy of your mechanical watch';
}
?>" />
<meta property="og:description" content="<?php echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch's accuracy at its best and know if you should service your watch' ?>" />
<meta property="og:description" content="<?php echo 'Toolwatch makes it super easy to measure the accuracy of a mechanical watch. Keep your watch\'s accuracy at its best and know if you should service your watch' ?>" />
<meta property="og:image" content="<?php if (isset($meta_img)) {echo $meta_img;
} else {
echo img_url('share.png');
Expand Down

0 comments on commit d457131

Please sign in to comment.