From 4cc79170722705d8409996f225e1cec94193138a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 2 Oct 2014 10:57:10 +0100 Subject: [PATCH] Rename topic-bootstrap.html to topic.html --- examples/htdocs/topic-bootstrap.html | 127 ---------------------------------- examples/htdocs/topic.html | 127 ++++++++++++++++++++++++++++++++++ 2 files changed, 127 insertions(+), 127 deletions(-) delete mode 100644 examples/htdocs/topic-bootstrap.html create mode 100644 examples/htdocs/topic.html diff --git a/examples/htdocs/topic-bootstrap.html b/examples/htdocs/topic-bootstrap.html deleted file mode 100644 index af4e1d6..0000000 --- a/examples/htdocs/topic-bootstrap.html +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - MKWS demo: Compound reference widget, Bootstrap edition - - - - - - - - - - - - - - - - - - - - diff --git a/examples/htdocs/topic.html b/examples/htdocs/topic.html new file mode 100644 index 0000000..af4e1d6 --- /dev/null +++ b/examples/htdocs/topic.html @@ -0,0 +1,127 @@ + + + + + + + MKWS demo: Compound reference widget, Bootstrap edition + + + + + + + + + + + + + + + + + + + + -- 1.7.10.4