[Lldb-commits] [lldb] r341157 - Fixed missing sidebars on the website

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 30 19:07:05 PDT 2018


Author: teemperor
Date: Thu Aug 30 19:07:05 2018
New Revision: 341157

URL: http://llvm.org/viewvc/llvm-project?rev=341157&view=rev
Log:
Fixed missing sidebars on the website

We didn't mark these HTML files as executable, which means that
the SSI includes for including the sidebar didn't work.

Modified:
    lldb/trunk/www/SB-api-coding-rules.html   (contents, props changed)
    lldb/trunk/www/remote.html   (contents, props changed)
    lldb/trunk/www/test.html   (contents, props changed)

Modified: lldb/trunk/www/SB-api-coding-rules.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/SB-api-coding-rules.html?rev=341157&r1=341156&r2=341157&view=diff
==============================================================================
    (empty)

Propchange: lldb/trunk/www/SB-api-coding-rules.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: lldb/trunk/www/remote.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/remote.html?rev=341157&r1=341156&r2=341157&view=diff
==============================================================================
    (empty)

Propchange: lldb/trunk/www/remote.html
------------------------------------------------------------------------------
    svn:executable = *

Modified: lldb/trunk/www/test.html
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/www/test.html?rev=341157&r1=341156&r2=341157&view=diff
==============================================================================
    (empty)

Propchange: lldb/trunk/www/test.html
------------------------------------------------------------------------------
    svn:executable = *




More information about the lldb-commits mailing list