Commit 335f4dbaa02a34e965bb18f5cdc58c1e0a9abcd7
1 parent
389dfe1b
corection de <?php> ... <?> en <?php ... ?>
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
topnavbar.php
... | ... | @@ -5,7 +5,8 @@ |
5 | 5 | </div> |
6 | 6 | <div class="collapse navbar-collapse"> |
7 | 7 | |
8 | - <?php> | |
8 | + | |
9 | + <?php | |
9 | 10 | if ( 1 == 1 ) |
10 | 11 | { |
11 | 12 | <form class="navbar-form navbar-right" role="search"> |
... | ... | @@ -20,7 +21,7 @@ |
20 | 21 | </p> |
21 | 22 | } |
22 | 23 | </div> |
23 | - <?> | |
24 | + ?> | |
24 | 25 | |
25 | 26 | </div> |
26 | 27 | </nav> | ... | ... |