Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
9eeb24f6
Commit
9eeb24f6
authored
Nov 01, 2003
by
Steven Wittens
Browse files
poll.module: Fixed invalid XHTML (Patch by Gabor Hojtsy)
parent
4b4da3fb
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/poll.module
View file @
9eeb24f6
...
...
@@ -328,7 +328,7 @@ function poll_view_results(&$node, $main, $block, $links) {
}
$output
.
=
"<div class=
\"
total
\"
>"
.
t
(
"Total votes"
)
.
":
$votestotal
</div>"
;
$output
.
=
(
$block
?
"<div class=
\"
links
\"
/
>"
.
theme
(
"links"
,
$links
)
.
"</div>"
:
""
)
.
"</div>"
;
$output
.
=
(
$block
?
"<div class=
\"
links
\"
>"
.
theme
(
"links"
,
$links
)
.
"</div>"
:
""
)
.
"</div>"
;
return
$output
;
}
...
...
modules/poll/poll.module
View file @
9eeb24f6
...
...
@@ -328,7 +328,7 @@ function poll_view_results(&$node, $main, $block, $links) {
}
$output
.
=
"<div class=
\"
total
\"
>"
.
t
(
"Total votes"
)
.
":
$votestotal
</div>"
;
$output
.
=
(
$block
?
"<div class=
\"
links
\"
/
>"
.
theme
(
"links"
,
$links
)
.
"</div>"
:
""
)
.
"</div>"
;
$output
.
=
(
$block
?
"<div class=
\"
links
\"
>"
.
theme
(
"links"
,
$links
)
.
"</div>"
:
""
)
.
"</div>"
;
return
$output
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment