Some changes that somehow got lost on my file system.
[redakcja.git] / apps / wiki / templates / wiki / history_view.html
index 6627171..58b5415 100644 (file)
@@ -1,26 +1,26 @@
 <div id="history-view-editor" class="editor" style="display: none">
     <div class="toolbar">
-       <button type="button" id="make-diff-button">Porównaj</button> 
+       <button type="button" id="make-diff-button">Porównaj</button>
                <button type="button" id="tag-changeset-button">Oznacz wersje</button>
-       </div> 
+       </div>
     <div id="history-view">
         <p class="message-box" style="display:none;"></p>
-               
+
                <table id="changes-list-container">
-        <tbody id="changes-list">              
+        <tbody id="changes-list">
         </tbody>
                <tbody style="display: none;">
-                       <tr class="entry row-stub">                     
+                       <tr class="entry row-stub">
                        <td data-stub-value="version"></td>
                        <td>
                                <span data-stub-value="description"></span>
                                <br />
                <span data-stub-value="author"></span>, <span data-stub-value="date"></span>
                        </td>
-                       <td data-stub-value="tag">                              
+                       <td data-stub-value="tag">
                        </td>
                </tr>
                </tbody>
-               </table>                  
+               </table>
     </div>
 </div>