URI: 
       talign output with tabs - canteen-info - scrape weekly menus from canteens surrounding Aarhus University
  HTML git clone git://src.adamsgaard.dk/canteen-info
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 5e6350cf56e1cb7326964924e88497db7ca5332a
   DIR parent c7ce515dd6198eb7b2d2755757afefbfa37b352a
  HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon,  2 Feb 2015 10:51:49 +0100
       
       align output with tabs
       
       Diffstat:
         M navitas.sh                          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/navitas.sh b/navitas.sh
       t@@ -13,6 +13,6 @@ cat $tmpfile |\
            sed 's/<\/p>//' |\
            sed 's/<br \/>//' |\
            sed 's/<strong>//' |\
       -    sed 's/<\/strong>/: /'
       +    sed 's/<\/strong>/\t/'
        
        rm $tmpfile