Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
3da69efb
Commit
3da69efb
authored
May 02, 2011
by
Richard Mansfield
Committed by
Gerrit Code Review
May 02, 2011
Browse files
Merge "Remove vertical space from descriptions in tag search results list (bug #681211)"
parents
bd1ed37a
e44bbbe9
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/portfoliosearchresults.tpl
View file @
3da69efb
...
...
@@ -3,7 +3,7 @@
<td
class=
"center iconcell"
>
{
if
$result
->
icon
}
<img
src=
"
{
$result
->
icon
}
"
alt=
"
{
$result
->
typestr
}
"
>
{/
if
}
</td>
<td>
<div><strong><a
href=
"
{
$result
->
url
}
"
>
{
$result
->
title
}
</a></strong></div>
<div>
{
$result
->
description
|
str_shorten_html
:
100
|
safe
}
</div>
<div>
{
$result
->
description
|
str_shorten_html
:
100
|
strip_tags
|
safe
}
</div>
{
if
$result
->
tags
}
<div>
{
str
tag
=
tags
}
:
{
list_tags
tags
=
$result
->
tags
owner
=
1
}
</div>
{/
if
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment