summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 14:38:41 +0200
committerAnton Luka Šijanec <anton@sijanec.eu>2021-09-21 14:38:41 +0200
commitb686920a7f3d36876cea453f34f219218fe5f676 (patch)
tree83965a9fe019210482f8230c25bcc7390d39cd9c
parent0.0.14-3 (diff)
downloadsear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar.gz
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar.bz2
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar.lz
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar.xz
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.tar.zst
sear.c-b686920a7f3d36876cea453f34f219218fe5f676.zip
-rw-r--r--debian/changelog6
-rw-r--r--src/hp.php6
2 files changed, 9 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 302be48..39ba5db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+sear.c (0.0.15-1) stable; urgency=low
+
+ * fixed osdd inclusion mechanism for firefox browsers, link needed title
+
+ -- Anton Luka Šijanec <anton@sijanec.eu> Tue, 21 Sep 2021 14:00:00 +0200
+
sear.c (0.0.14-3) stable; urgency=low
* beautified how PHP scripting is done and how l and h are resent
diff --git a/src/hp.php b/src/hp.php
index f042ef2..900b539 100644
--- a/src/hp.php
+++ b/src/hp.php
@@ -14,8 +14,8 @@
?>
</style>
<link rel="shortcut icon" href=data:image/x-icon;, type=image/x-icon> <!-- prevents favicon lookups -->
- <link rel=icon href=data:;base64,iVBORw0KGgo=>
- <link rel=search type=application/opensearchdescription+xml href=/osdd.xml>
+ <link rel=icon href="data:;base64,iVBORw0KGgo=">
+ <link title=sear.c rel=search type=application/opensearchdescription+xml href=/osdd.xml>
<style>
input[type=password], input[type=text], input[type=submit], input[type=button] {
height: 1cm;
@@ -84,7 +84,7 @@
<h4 align=center>
<a href=//git.sijanec.eu/sijanec/sear.c >sear.c</a>
<?php
- echo `git describe`;
+ echo `git describe --always`;
?>
</h4>
</body>