Skip to content

Commit

Permalink
HTML Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Horne committed Jan 10, 2018
1 parent 7a3f7b9 commit 24f4117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion dynamic-site/lib/Ged2site/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package Ged2site::DB;
use warnings;
use strict;

use File::Glob;
use File::Basename;
use DBI;
use File::Spec;
Expand Down
8 changes: 4 additions & 4 deletions dynamic-site/templates/en/web/Ged2site/Display/people.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
<!-- Twitter -->
[% IF twitter %]
<!-- use the twitter value from the configuration file -->
<a href="//twitter.com/share?url=[% env.SCRIPT_URI %]%3Fpage=people%26[% info.as_string %]&hashtags=genealogy&text=[% person.title | uri %]%20via%20@[% twitter %]" onclick="centeredPopup(this.href,'myWindow','700','300','yes');return false">
<a href="//twitter.com/share?url=[% env.SCRIPT_URI %]%26[% info.as_string %]&amp;hashtags=genealogy&amp;text=[% person.title | replace('\s+', '%20') %]%20via%20@[% twitter %]" onclick="centeredPopup(this.href,'myWindow','700','300','yes');return false">
[% ELSE %]
<a href="//twitter.com/share?url=[% env.SCRIPT_URI %]%3Fpage=people%26[% info.as_string %]&hashtags=genealogy&text=[% person.title %]" onclick="centeredPopup(this.href,'myWindow','700','300','yes');return false">
<a href="//twitter.com/share?url=[% env.SCRIPT_URI %]%26[% info.as_string %]&amp;hashtags=genealogy&amp;text=[% person.title | replace('\s+', '%20') %]" onclick="centeredPopup(this.href,'myWindow','700','300','yes');return false">
[% END %]
<!--
<img src="/images/socicon.com/twitter.png" alt="Twitter" height="50" width="50">
Expand Down Expand Up @@ -101,10 +101,10 @@
<div class="non-printable">
<center>
[% UNLESS home %]
[ <a href="?page=people&home=1">Home</a> ] |
[ <a href="?page=people&amp;home=1">Home</a> ] |
[% END %]
[% IF person.children && !person.alive %]
[ <a href="?page=descendants&entry=[% entry %]">Descendants</a> ] |
[ <a href="?page=descendants&amp;entry=[% entry %]">Descendants</a> ] |
[% END %]
[ <a href="?page=censuses">Census Index</a> ] |
[ <a href="?page=surnames">Surname Index</a> ] |
Expand Down

0 comments on commit 24f4117

Please sign in to comment.