Sfoglia il codice sorgente

Fixed missing closing tag

utkarshcmu 10 anni fa
parent
commit
005271d24b

+ 1 - 1
public/app/plugins/datasource/elasticsearch/partials/annotations.editor.html

@@ -6,7 +6,7 @@
 		</div>
 		</div>
 	</div>
 	</div>
 	<div class="section">
 	<div class="section">
-		<h5>Search query (lucene) <tip>Use [[filterName]] in query to replace part of the query with a filter value</h5>
+		<h5>Search query (lucene) <tip>Use [[filterName]] in query to replace part of the query with a filter value</tip></h5>
 		<div class="editor-option">
 		<div class="editor-option">
 			<input type="text" class="span6" ng-model='currentAnnotation.query' placeholder="tags:deploy"></input>
 			<input type="text" class="span6" ng-model='currentAnnotation.query' placeholder="tags:deploy"></input>
 		</div>
 		</div>