Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
56d12d5e
Commit
56d12d5e
authored
Nov 05, 2011
by
catch
Browse files
Issue
#1189832
by karschsp: Convert book-all-books-block.tpl.php to HTML5.
parent
fd5d91d0
Changes
1
Show whitespace changes
Inline
Side-by-side
core/modules/book/book-all-books-block.tpl.php
View file @
56d12d5e
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
*/
*/
?>
?>
<?php
foreach
(
$book_menus
as
$book_id
=>
$menu
)
:
?>
<?php
foreach
(
$book_menus
as
$book_id
=>
$menu
)
:
?>
<
di
v
id=
"book-block-menu-
<?php
print
$book_id
;
?>
"
class=
"book-block-menu"
>
<
na
v
id=
"book-block-menu-
<?php
print
$book_id
;
?>
"
class=
"book-block-menu"
>
<?php
print
render
(
$menu
);
?>
<?php
print
render
(
$menu
);
?>
</
di
v>
</
na
v>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
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