Skip to content

Commit

Permalink
Adding HTML title tag for properly displaying the title on portal web…
Browse files Browse the repository at this point in the history
…page, take 2.

Signed-off-by: Arnab Naha <[email protected]>
  • Loading branch information
arnabnaha authored and bradymiller committed Oct 10, 2015
1 parent b3d3005 commit 32c466f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patients/summary_pat_portal.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@

?>
<html>

<head>
<title><?php echo xlt('Patient Information'); ?></title>
<?php html_header_show(); ?>
<link rel="stylesheet" href="<?php echo $css_header;?>" type="text/css">
<link rel="stylesheet" type="text/css" href="<?php echo $web_root; ?>/library/js/fancybox/jquery.fancybox-1.2.6.css" media="screen" />
Expand Down

0 comments on commit 32c466f

Please sign in to comment.