mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
changed unruly html from a tags to p tags since they messed with styles somehow
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
if($unruly) {
|
||||
foreach ($unruly as $unruled)
|
||||
{
|
||||
echo '<a>Person ID: ' . $unruled->person_id . '<a/><br />';
|
||||
echo '<p>Person ID: ' . $unruled->person_id . '<p/>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
@@ -25,7 +25,7 @@
|
||||
if($duplicate) {
|
||||
foreach ($duplicate as $dupe)
|
||||
{
|
||||
echo '<a>Person ID: ' . $dupe->person_id . '<a/><br />';
|
||||
echo '<p>Person ID: ' . $dupe->person_id . '<p/>';
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
@@ -10,7 +10,6 @@ $(document).ready(function ()
|
||||
duplicate.setAttribute('style', 'display: block;')
|
||||
}
|
||||
|
||||
|
||||
});
|
||||
|
||||
var PersonCheck = {
|
||||
|
||||
Reference in New Issue
Block a user