Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3443915
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
drupal-3443915
Commits
3d2110bf
Commit
3d2110bf
authored
14 years ago
by
Dries Buytaert
Browse files
Options
Downloads
Patches
Plain Diff
- Patch
#810176
by bleen18, jhodgdon: search result titles should be enclosed in a heading tag.
parent
1e9409ad
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
modules/search/search-result.tpl.php
+2
-2
2 additions, 2 deletions
modules/search/search-result.tpl.php
modules/search/search-rtl.css
+1
-1
1 addition, 1 deletion
modules/search/search-rtl.css
modules/search/search.css
+1
-1
1 addition, 1 deletion
modules/search/search.css
with
4 additions
and
4 deletions
modules/search/search-result.tpl.php
+
2
−
2
View file @
3d2110bf
...
...
@@ -50,12 +50,12 @@
<h3
class=
"title"
>
<a
href=
"
<?php
print
$url
;
?>
"
>
<?php
print
$title
;
?>
</a>
</h3>
<div
class=
"search-
info-wrap
"
>
<div
class=
"search-
snippet-info
"
>
<?php
if
(
$snippet
)
:
?>
<p
class=
"search-snippet"
>
<?php
print
$snippet
;
?>
</p>
<?php
endif
;
?>
<?php
if
(
$info
)
:
?>
<p
class=
"search-info"
>
<?php
print
$info
;
?>
</p>
<p
class=
"search-info"
>
<?php
print
$info
;
?>
</p>
<?php
endif
;
?>
</div>
</li>
This diff is collapsed.
Click to expand it.
modules/search/search-rtl.css
+
1
−
1
View file @
3d2110bf
...
...
@@ -9,6 +9,6 @@
float
:
right
;
clear
:
right
;
}
.search-results
.search-
info-wrap
{
.search-results
.search-
snippet-info
{
padding-right
:
1em
;
/* LTR */
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules/search/search.css
+
1
−
1
View file @
3d2110bf
...
...
@@ -19,7 +19,7 @@
.search-results
li
{
margin-bottom
:
1em
;
}
.search-results
.search-
info-wrap
{
.search-results
.search-
snippet-info
{
padding-left
:
1em
;
/* LTR */
}
.search-results
.search-info
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment