Forráskód Böngészése

Update results.html.php

wibyweb 2 éve
szülő
commit
084ed59ebf
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      html/results.html.php

+ 2 - 2
html/results.html.php

@@ -5,12 +5,12 @@
     <title><?php echo htmlspecialchars($query, ENT_QUOTES, 'UTF-8');?></title>  
     <title><?php echo htmlspecialchars($query, ENT_QUOTES, 'UTF-8');?></title>  
     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>  
     <meta http-equiv="content-type" content="text/html; charset=utf-8"/>  
 	<link rel=stylesheet href="/styles.css" type="text/css"> 
 	<link rel=stylesheet href="/styles.css" type="text/css"> 
-	<link rel="search" type="application/opensearchdescription+xml" title="wiby search" href="/opensearch.xml">	
+	<link rel="search" type="application/opensearchdescription+xml" title="your title" href="/opensearch.xml">	
   </head>  
   </head>  
   <body>
   <body>
     <form method="get">    
     <form method="get">    
       <div style="float: left">
       <div style="float: left">
-        <a class="title" href="../">wiby</a>&nbsp;&nbsp;
+        <a class="title" href="../">name</a>&nbsp;&nbsp;
         <input type="text" size="35" name="q" id="q" value="<?php echo htmlspecialchars($query, ENT_QUOTES, 'UTF-8');?>" role="form" aria-label="Main search form"/>
         <input type="text" size="35" name="q" id="q" value="<?php echo htmlspecialchars($query, ENT_QUOTES, 'UTF-8');?>" role="form" aria-label="Main search form"/>
         <input type="submit" value="Search"/>
         <input type="submit" value="Search"/>
       </div>    
       </div>