Skip to content

Commit

Permalink
Fix markup errors
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Jan 5, 2016
1 parent d0be197 commit 4dcf169
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion includes/menu-nav
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ul class="nav navbar-nav">
[% item home <li id="nav-home"{{ class="active"}}
><a href="/">Home</a></li> %]
[% item download <li id="nav-home"{{ class="active"}}
[% item download <li id="nav-downloads"{{ class="active"}}
><a href="/downloads">Download</a></li> %]
[% item community <li id="nav-community"{{ class="active"}}
><a href="/community/">Community</a></li>%]
Expand Down
1 change: 0 additions & 1 deletion source/downloads/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ <h3 class="trim-top">Installing from source</h3>

<p>A quick start for Linux/Mac rakudobrew follows:

</br></br>
<pre>git clone https://github.com/tadzik/rakudobrew ~/.rakudobrew
export PATH=~/.rakudobrew/bin:$PATH
rakudobrew build moar 2015.12
Expand Down

0 comments on commit 4dcf169

Please sign in to comment.