diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 17:01:05 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 17:01:05 (EDT) |
commit | ed4c4a65812f51c028b759e57274239c156e7b00 (patch) | |
tree | f6efb754fea558316e28aefee8f63afb5508015b /includes | |
parent | 7cf46d794265edc85a1fdb5e365b3efaa60999b4 (diff) | |
download | www-ed4c4a65812f51c028b759e57274239c156e7b00.zip www-ed4c4a65812f51c028b759e57274239c156e7b00.tar.gz www-ed4c4a65812f51c028b759e57274239c156e7b00.tar.bz2 |
Fix line break in footer.
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/footer.html b/includes/footer.html index 73de2fe..7ebf672 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -22,8 +22,8 @@ <span style="float: right;">This Web site is <a href="http://odin1.pehjota.net/git/pehjota.net/">managed with Git</a>.</span> - Last modified: <!--#echo var="LAST_MODIFIED" --> EDT - Retrieved: <!--#echo var="DATE_LOCAL" --> EDT<br> + Last modified: <!--#echo var="LAST_MODIFIED" --> EDT<br> + Retrieved: <!--#echo var="DATE_LOCAL" --> EDT </p> </div> </body> |