Skip to content

Commit c73160b

Browse files
committed
Update bio.php
Added divider between name and bio
1 parent 87723ac commit c73160b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bio.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<?php
44
$author = simplexml_load_file('persons/' . $_GET['u'] . '.xml');
55
echo $author->data[0]->name;
6+
echo '<hr>'
67
echo $author->data[0]->bio;
78
?>
89
</body>

0 commit comments

Comments
 (0)